blob: 2302aa8b2b8336393071f66dc4e2c0cf1537dc78 [file] [log] [blame]
{
"name": "GA-SDK-IOS-BETA",
"version": "2.2.17",
"homepage": "https://github.com/GameAnalytics/GA-SDK-IOS",
"authors": {
"GameAnalytics": "sdk@gameanalytics.com"
},
"summary": "GameAnalytics SDK for iOS",
"social_media_url": "https://twitter.com/gameanalytics",
"source": {
"git": "https://github.com/GameAnalytics/GA-SDK-IOS.git",
"tag": "2.2.17"
},
"source_files": "GameAnalytics.framework/**/*.{h,m}",
"preserve_paths": "GameAnalytics.framework",
"public_header_files": "GameAnalytics.framework/**/*.h",
"frameworks": [
"AdSupport",
"SystemConfiguration"
],
"vendored_frameworks": "GameAnalytics.framework",
"libraries": [
"z",
"sqlite3"
],
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"text": " Copyright (c) 2014, GameAnalytics.\n All rights reserved.\n"
}
}