[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / c / 5 / GA-SDK-TVOS / 2.2.9 / GA-SDK-TVOS.podspec.json
blob6155888239a6501a207ae3c7c3bc6664a20e0edb
2   "name": "GA-SDK-TVOS",
3   "version": "2.2.9",
4   "homepage": "https://github.com/GameAnalytics/GA-SDK-TVOS",
5   "authors": {
6     "GameAnalytics": "sdk@gameanalytics.com"
7   },
8   "summary": "GameAnalytics SDK for tvOS",
9   "social_media_url": "https://twitter.com/gameanalytics",
10   "source": {
11     "git": "https://github.com/GameAnalytics/GA-SDK-TVOS.git",
12     "tag": "2.2.9"
13   },
14   "source_files": "GameAnalyticsTVOS.framework/**/*.{h,m}",
15   "preserve_paths": "GameAnalyticsTVOS.framework",
16   "public_header_files": "GameAnalyticsTVOS.framework/**/*.h",
17   "frameworks": [
18     "AdSupport",
19     "SystemConfiguration"
20   ],
21   "vendored_frameworks": "GameAnalyticsTVOS.framework",
22   "libraries": [
23     "z",
24     "sqlite3"
25   ],
26   "platforms": {
27     "tvos": "9.0"
28   },
29   "requires_arc": true,
30   "license": {
31     "type": "MIT",
32     "text": "      Copyright (c) 2014, GameAnalytics.\n      All rights reserved.\n"
33   }