- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLGPromptViewModule.podspec
More file actions
Latest commit
30 lines (22 loc) · 1001 Bytes
/
Copy pathLGPromptViewModule.podspec
File metadata and controls
30 lines (22 loc) · 1001 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
Pod::Spec.newdo |s|
s.name='LGPromptViewModule'
s.version='0.2.1'
s.summary='提示组件.'
s.description=<<-DESC
提示相关视图.
DESC
s.homepage='https://github.com/applekwork/LGPromptViewModule'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'LG'=>'applekwork@163.com'}
s.source={:git=>'https://github.com/applekwork/LGPromptViewModule.git',:tag=>s.version.to_s}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target='8.0'
s.source_files='LGPromptViewModule/Classes/**/*'
s.resource_bundles={
'LGPromptViewModule'=>['LGPromptViewModule/Assets/*.png']
}
s.public_header_files='Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end