[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 7 / 9 / Statsig / 1.23.2 / Statsig.podspec.json
blob482ebe8db0ec3132cb1acd0f73d77b5196245225
2   "name": "Statsig",
3   "version": "1.23.2",
4   "summary": "Statsig enables developers to ship code faster and more safely.",
5   "description": "Statsig enables developers to ship code faster and more safely by providing:\n- Feature gating so you can control precisely which subset of your users should see a feature,\n  and have complete control over a features' ON and OFF status remotely without code changes.\n- Dynamic Configs so you can change the values of your button colors, font sizes, labels and etc.\n  any time you want, for a subset of users or all of them.\n- Custom event logging so you can track how your critical metrics move with your product launches,\n  and also run A/B tests to understand whether a new feature actually helps your product before shipping.",
6   "homepage": "https://github.com/statsig-io/ios-sdk",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jiakan Wang": "jkw@statsig.com",
13     "Daniel Loomb": "daniel@statsig.com"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.13",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/statsig-io/ios-sdk.git",
22     "tag": "v1.23.2"
23   },
24   "source_files": "Sources/Statsig/**/*.swift",
25   "default_subspecs": "StatsigInternalObjC",
26   "swift_versions": "5.0",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Tests/StatsigTests/**/*.{swift}",
32       "dependencies": {
33         "Nimble": [
35         ],
36         "Quick": [
38         ],
39         "OHHTTPStubs": [
41         ],
42         "OHHTTPStubs/Swift": [
44         ]
45       }
46     }
47   ],
48   "subspecs": [
49     {
50       "name": "StatsigInternalObjC",
51       "source_files": "Sources/StatsigInternalObjC/**/*.{h,m}"
52     }
53   ],
54   "swift_version": "5.0"