| { |
| "name": "PodFrameworkTest", |
| "version": "0.0.7", |
| "summary": "The offical iOS SDK of Sensors Analytics.", |
| "homepage": "https://github.com/Zuoweixiang/PodFrameworkTest/blob/master/README.md", |
| "source": { |
| "git": "https://github.com/Zuoweixiang/PodFrameworkTest.git", |
| "tag": "0.0.7" |
| }, |
| "license": { |
| "type": "Apache License, Version 2.0" |
| }, |
| "authors": { |
| "Zuoweixiang": "xiangzuowei@sensorsdata.cn" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "core", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "CoreGraphics", |
| "QuartzCore" |
| ], |
| "libraries": [ |
| "icucore", |
| "sqlite3", |
| "z" |
| ], |
| "requires_arc": true, |
| "resource_bundles": { |
| "ResBundle": [ |
| "SensorsAnalyticsSDK/*.json" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "core", |
| "source_files": [ |
| "SensorsAnalyticsSDK", |
| "SensorsAnalyticsSDK/*.{h,m}" |
| ], |
| "public_header_files": [ |
| "SensorsAnalyticsSDKSensorsAnalyticsSDK.h", |
| "SensorsAnalyticsSDK/SAAppExtensionDataManager.h" |
| ] |
| } |
| ] |
| } |