blob: f3a14e7e2898f0565a3bdbc215441eb0bbd9385c [file] [log] [blame]
{
"name": "SensorsFocus",
"version": "0.1.2",
"summary": "The official iOS SDK of Sensors Focus.",
"homepage": "http://www.sensorsdata.cn",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sensorsdata/sf-sdk-ios.git",
"tag": "v0.1.2"
},
"authors": "Sensors Data",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"cocoapods_version": ">= 1.5.0",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"SensorsAnalyticsSDK": [
">=2.0.3"
]
},
"resources": "SensorsFocus/SensorsFocus.bundle",
"vendored_frameworks": "SensorsFocus/SensorsFocus.framework"
}