blob: c3c99dd53a50808d974edb6d5185945a5f0c9f5d [file] [log] [blame]
{
"name": "GameSDK",
"version": "3.5.18",
"summary": "Gump GameSDK how to use.",
"homepage": "https://github.com/AlexYangLe/GameSDK",
"license": {
"type": "MIT"
},
"authors": {
"alexYang": "alex@gumptech.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AlexYangLe/GameSDK.git",
"tag": "3.5.18"
},
"resources": "**/GameSDKResources.bundle",
"vendored_frameworks": "**/GameSDK.framework",
"frameworks": [
"CFNetwork",
"CoreTelephony",
"Security",
"SystemConfiguration",
"MessageUI",
"MobileCoreServices",
"StoreKit",
"QuartzCore",
"Foundation"
],
"libraries": [
"c++",
"z",
"sqlite3"
],
"requires_arc": true
}