blob: 2fed915d2150045a53fd1f5f61cea70dc9276ddb [file] [log] [blame]
{
"name": "GA-SDK-IOS",
"version": "4.2.0",
"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": "4.2.0"
},
"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",
"c++"
],
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"text": " Copyright (c) 2014, GameAnalytics.\n All rights reserved.\n"
}
}