forked from ClearBlade/clearblade-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClearBlade-iOS-API.podspec
More file actions
25 lines (18 loc) · 835 Bytes
/
Copy pathClearBlade-iOS-API.podspec
File metadata and controls
25 lines (18 loc) · 835 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
Pod::Spec.new do |s|
s.platform = :osx
s.platform = :ios
s.name = "ClearBlade-iOS-API"
s.version = "1.9.2"
s.summary = "iOS API libraries for the ClearBlade platform"
s.ios.deployment_target = '7.0'
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'CoreGraphics'
s.osx.deployment_target = '10.8'
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'
s.homepage = "https://github.com/ClearBlade/iOS-API"
s.license = { :type => 'EPL', :file => 'LICENSE' }
s.author = { "Charlie Andrews" => "candrews@clearblade.com" }
s.source = { :git => "https://github.com/ClearBlade/iOS-API.git", :tag => '1.9.2' }
s.header_dir = 'libmosquitto'
s.source_files = 'ClearBladeAPI/**/*.{h,m,c}'
s.requires_arc = true
end