[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / a / 9 / Split / 3.0.0-rc1 / Split.podspec.json
blob380afb844bef9a295c387a4464fab2450a5a77c2
2   "name": "Split",
3   "module_name": "Split",
4   "version": "3.0.0-rc1",
5   "summary": "iOS SDK for Split",
6   "description": "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.",
7   "homepage": "http://www.split.io",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Patricio Echague": "pato@split.io",
14     "Sebastian Arrubia": "sebastian@split.io",
15     "Fernando Martin": "fernando@split.io"
16   },
17   "source": {
18     "git": "https://github.com/splitio/ios-client.git",
19     "tag": "3.0.0-rc1"
20   },
21   "platforms": {
22     "ios": "12.0",
23     "osx": "10.13",
24     "watchos": "7.0",
25     "tvos": "12.0"
26   },
27   "frameworks": "Foundation",
28   "swift_versions": [
29     "4.0",
30     "4.2",
31     "5.0",
32     "5.1",
33     "5.2",
34     "5.3"
35   ],
36   "resources": "Split/Storage/split_cache.xcdatamodeld",
37   "pod_target_xcconfig": {
38     "HEADER_SEARCH_PATHS": "$(PROJECT_DIR)/Split/Common/Utils/JFBCrypt",
39     "SWIFT_INCLUDE_PATHS": "${PROJECT_DIR}/Split/Common/Utils/JFBCrypt"
40   },
41   "source_files": [
42     "Split/**/*.{swift}",
43     "Split/Common/Utils/JFBCrypt/*.{h,m}"
44   ],
45   "exclude_files": "Split/Common/Utils/Lib/*",
46   "swift_version": "5.3"