| { |
| "name": "TulingGameSDK", |
| "summary": "图灵游戏发行商iOS-SDK,集成登录、支付系统。http://www.tulinggame.com", |
| "version": "1.0.0.2", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "TulingGameSDK_Dev": "TulingGameSDK@163.com" |
| }, |
| "social_media_url": "http://www.tulinggame.com", |
| "homepage": "https://github.com/TulingGameSDK/TulingGameSDK", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/TulingGameSDK/TulingGameSDK.git", |
| "tag": "1.0.0.2" |
| }, |
| "requires_arc": true, |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "CoreFoundation", |
| "CoreText", |
| "CoreGraphics", |
| "CoreImage", |
| "QuartzCore", |
| "ImageIO", |
| "AssetsLibrary", |
| "Accelerate", |
| "MobileCoreServices", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "Security" |
| ], |
| "resources": "TulingGameSDK/TulingGameSDKBundle.bundle", |
| "vendored_frameworks": "TulingGameSDK/TulingGameSDK.framework" |
| } |