| { |
| "name": "SensorsFocus", |
| "version": "0.1.7", |
| "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.7" |
| }, |
| "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" |
| } |