| { |
| "name": "SHWAnalyticsSDK", |
| "version": "1.1.2", |
| "summary": "Analytics framework.", |
| "homepage": "https://github.com/newsdata/shuwen-analytics-sdk", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yangyang": "yangyang@shuwen.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/newsdata/shuwen-analytics-sdk.git", |
| "tag": "1.1.2" |
| }, |
| "vendored_frameworks": "SHWAnalyticsSDK.framework", |
| "dependencies": { |
| "UTDID": [ |
| "1.0.0" |
| ], |
| "SAMKeychain": [ |
| "1.5.2" |
| ] |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "CoreLocation", |
| "CoreTelephony", |
| "Foundation", |
| "JavaScriptCore", |
| "UIKit", |
| "WebKit", |
| "SystemConfiguration", |
| "CoreFoundation", |
| "Security" |
| ], |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| } |
| } |