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