-
Notifications
You must be signed in to change notification settings - Fork 0
/
PXQFoundation.podspec
28 lines (22 loc) · 1.02 KB
/
PXQFoundation.podspec
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.new do |s|
s.name = 'PXQFoundation'
s.version = '0.0.1'
s.summary = 'A short description of PXQFoundation.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/MaybeLove00/PXQFoundation'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '[email protected]' => '[email protected]' }
s.source = { :git => 'https://github.com/MaybeLove00/PXQFoundation.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.0'
s.source_files = 'PXQFoundation/Classes/**/*.{h,m}'
# s.resource_bundles = {
# 'PXQFoundation' => ['PXQFoundation/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end