forked from ChernyshenkoTaras/TCPickerView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTCPickerView.podspec
20 lines (16 loc) · 901 Bytes
/
TCPickerView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'TCPickerView'
s.version = '0.1.9'
s.summary = 'Picker view popup with multiply rows selection written in Swift'
s.description = <<-DESC
Picker view popup with ability to select multiply rows written in Swift
DESC
s.homepage = 'https://github.com/ChernyshenkoTaras/TCPickerView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Taras Chernyshenko' => '[email protected]' }
s.source = { :git => 'https://github.com/ChernyshenkoTaras/TCPickerView.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/@t_chernyshenko'
s.ios.deployment_target = '9.0'
s.source_files = 'TCPickerView/Source/Classes/**/*'
s.ios.resource_bundle = {'TCPickerView' => ['TCPickerView/Source/Resources/**/*.{xcassets}']}
end