-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathParse.podspec
More file actions
16 lines (16 loc) · 757 Bytes
/
Copy pathParse.podspec
File metadata and controls
16 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'Parse'
s.version = '1.0.69'
s.license = 'unknown'
s.platform = :ios
s.summary = 'The mobile app platform for developers'
s.homepage = 'http://parse.com/'
s.author = { 'Parse' => 'support@parse.com' }
s.source = { :git => 'https://github.com/subdigital/Parse.git', :tag => '1.0.69' }
s.description = 'To integrate after adding this pod, continue with step 8 here: https://parse.com/apps/quickstart'
s.source_files = 'ParseDummy.{m,h}'
s.preserve_paths = 'Parse.framework'
s.frameworks = 'AudioToolbox', 'CFNetwork', 'SystemConfiguration', 'MobileCoreServices', 'CoreGraphics', 'Security', 'QuartzCore', 'Parse'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Parse"' }
s.library = 'z'
end