forked from akkyie/AKPickerView
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAKPickerView.podspec
More file actions
29 lines (18 loc) · 770 Bytes
/
AKPickerView.podspec
File metadata and controls
29 lines (18 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = "AKPickerView"
s.version = "0.2.7"
s.summary = "A simple yet customizable horizontal picker view."
s.description = <<-DESC
A simple yet customizable horizontal picker view. Works on iOS 6,7 and 8.
DESC
s.homepage = "https://github.com/Akkyie/AKPickerView"
s.license = "MIT"
s.author = { "Akkyie Y" => "akio@prioris.org" }
s.social_media_url = "http://twitter.com/akkyie"
s.platform = :ios
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/Akkyie/AKPickerView.git", :tag => s.version }
s.source_files = "AKPickerViewSample/AKPickerView/AKPickerView.{h,m}"
s.framework = "QuartzCore"
s.requires_arc = true
end