-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMDCurveKit.podspec
More file actions
20 lines (19 loc) · 877 Bytes
/
MDCurveKit.podspec
File metadata and controls
20 lines (19 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Be sure to run `pod spec lint MDCurve.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "MDCurveKit"
s.homepage = "https://github.com/yangchenlarkin/MDCurveKit"
s.summary = "A resolution for curve calculation some views base on it"
s.version = "1.0.0"
s.license = "MIT"
s.author = { "剑川道长" => "yangchenlarkin@gmail.com" }
s.source = { :git => "https://github.com/yangchenlarkin/MDCurveKit.git", :tag => '1.0.0' }
s.requires_arc = true
s.platform = :ios, '6.0'
s.source_files = "MDCurveKit", "MDCurveKit/**/*"
end