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