[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 5 / 1 / SensorsABTesting / 0.0.3 / SensorsABTesting.podspec.json
blobfe06904ac2d365397f7fd626ab9613270f50fe0a
2   "name": "SensorsABTesting",
3   "version": "0.0.3",
4   "summary": "The official iOS SDK of Sensors A/B Testing.",
5   "homepage": "http://www.sensorsdata.cn",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/sensorsdata/abtesting-sdk-ios.git",
12     "tag": "v0.0.3"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "module_name": "SensorsABTest",
19   "requires_arc": true,
20   "cocoapods_version": ">= 1.5.0",
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "dependencies": {
28     "SensorsAnalyticsSDK": [
29       ">=2.1.14"
30     ]
31   },
32   "source_files": "SensorsABTest/**/*.{h,m}",
33   "public_header_files": [
34     "SensorsABTest/**/SensorsABTestConfigOptions.h",
35     "SensorsABTest/**/SensorsABTest.h"
36   ]