[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 1 / SensorsABTesting / 0.2.1 / SensorsABTesting.podspec.json
blob8349bbc42c29529dc15b16eeb322e06db4267fa6
2   "name": "SensorsABTesting",
3   "version": "0.2.1",
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.2.1"
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       ">=4.2.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   ]