[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 1 / SensorsABTesting / 0.1.5 / SensorsABTesting.podspec.json
blob83dd1f74ad6af7db0fde5c0e1402e1b08fac16f1
2   "name": "SensorsABTesting",
3   "version": "0.1.5",
4   "summary": "The official iOS/macOS 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.1.5"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "module_name": "SensorsABTest",
20   "requires_arc": true,
21   "cocoapods_version": ">= 1.5.0",
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   },
28   "dependencies": {
29     "SensorsAnalyticsSDK": [
30       ">=3.0.0"
31     ]
32   },
33   "source_files": "SensorsABTest/**/*.{h,m}",
34   "public_header_files": [
35     "SensorsABTest/**/SensorsABTestConfigOptions.h",
36     "SensorsABTest/**/SensorsABTest.h",
37     "SensorsABTest/**/SensorsABTestExperiment.h"
38   ]