forked from splitio/ios-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSplit.podspec
More file actions
20 lines (17 loc) · 955 Bytes
/
Copy pathSplit.podspec
File metadata and controls
20 lines (17 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'Split'
s.module_name = 'Split'
s.version = '2.5.2'
s.summary = 'iOS SDK for Split'
s.description = <<-DESC
This SDK is designed to work with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience.
DESC
s.homepage = 'http://www.split.io'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'Patricio Echague' => 'pato@split.io', 'Sebastian Arrubia' => 'sebastian@split.io', 'Fernando Martin' => 'fernando@split.io'}
s.source = { :git => 'https://github.com/splitio/ios-client.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.frameworks = 'Foundation'
s.swift_versions = ['4.0', '4.2', '5.0', '5.1']
s.source_files = 'Split/**/*.{swift}','Split/Common/Utils/JFBCrypt/*.{h,m}'
end