blob: 00929bb3c07fae01c4ced7006ea4b179ef5a31ab [file] [log] [blame]
{
"name": "GA-SDK-IOS",
"version": "2.0.7",
"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.0.7"
},
"source_files": "Library/*.h",
"vendored_libraries": "Library/*.a",
"libraries": [
"GameAnalytics",
"z",
"sqlite3"
],
"frameworks": [
"AdSupport",
"SystemConfiguration"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "'$(PODS_ROOT)/GA-SDK-IOS'"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"text": " Copyright (c) 2014, GameAnalytics.\n All rights reserved.\n"
}
}