forked from taplytics/taplytics-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaplytics.podspec
More file actions
15 lines (15 loc) · 847 Bytes
/
Copy pathTaplytics.podspec
File metadata and controls
15 lines (15 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'Taplytics'
s.version = '2.10.26'
s.author = { 'Taplytics' => 'help@taplytics.com' }
s.license = { :type => 'Commercial', :text => 'See http://taplytics.com/terms' }
s.homepage = 'http://taplytics.com'
s.summary = 'iOS framework for using the Taplytics native mobile A/B testing service.'
s.description = 'For installation instructions, please visit: https://github.com/taplytics/taplytics-ios-sdk'
s.source = { :git => 'https://github.com/taplytics/taplytics-ios-sdk.git', :tag => "#{s.version}" }
s.platform = :ios, '7.0'
s.frameworks = 'CoreTelephony', 'SystemConfiguration', 'JavaScriptCore'
s.preserve_paths = 'Taplytics.framework'
s.source_files = s.public_header_files = "Taplytics.framework/**/*.h"
s.vendored_frameworks = "Taplytics.framework"
end