[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 5 / 1 / SensorsABTesting / 1.0.5 / SensorsABTesting.podspec.json
blob64ce4cc56b5d2ad51594c851ade3c29d86732a18
2   "name": "SensorsABTesting",
3   "version": "1.0.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": "v1.0.5"
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": "SensorsABTest/include/*.h",
35   "resource_bundles": {
36     "SensorsABTesting": "SensorsABTest/Resources/**/*"
37   }