[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 6 / 5 / 1 / SensorsABTesting / 1.0.2 / SensorsABTesting.podspec.json
blob3a3332c3f787ae0cfcaf2f4edcd2aafae05ae195
2   "name": "SensorsABTesting",
3   "version": "1.0.2",
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": "v1.0.2"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.13"
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.5.6"
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   ]