blob: 9cae305b5d000c77fcbe2fe1c3e203c2c6fbfcc2 [file] [log] [blame]
{
"name": "SensorsFocusTest",
"version": "0.2.0",
"summary": "SDK Test",
"homepage": "http://www.sensorsdata.cn",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/LuckinDog/sf-sdk-ios.git",
"tag": "v0.2.0"
},
"authors": "Yuguo Chen",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"cocoapods_version": ">= 1.5.0",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"SensorsAnalyticsSDK": [
">=2.0.3"
]
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.sensorsdata.SensorsFocus"
},
"static_framework": true,
"resources": "SensorsFocus/SensorsFocus.bundle",
"vendored_frameworks": "SensorsFocus/SensorsFocus.framework"
}