-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRCPodLibrary.podspec
More file actions
24 lines (19 loc) · 892 Bytes
/
Copy pathRCPodLibrary.podspec
File metadata and controls
24 lines (19 loc) · 892 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
Pod::Spec.new do |s|
s.name = 'RCPodLibrary'
s.version = '0.1.0'
s.summary = 'A short description.'
s.homepage = 'https://github.com/dander521/RCPodLibrary'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'RogerChen' => '123020990@qq.com' }
s.source = { :git => 'https://github.com/dander521/RCPodLibrary.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
s.source_files = 'RCPodLibrary/Classes/**/*'
s.resource_bundles = {
'RCPodLibrary' => ['RCPodLibrary/Assets/**/*.png']
}
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end