[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / c / 5 / GA-SDK-TVOS / 4.4.6 / GA-SDK-TVOS.podspec.json
blob7f9e5219ba8367c60c8307f44dabf750cf05c7e8
2   "name": "GA-SDK-TVOS",
3   "version": "4.4.6",
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": "4.4.6"
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   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
27   },
28   "libraries": [
29     "z",
30     "sqlite3",
31     "c++"
32   ],
33   "platforms": {
34     "tvos": "9.0"
35   },
36   "requires_arc": true,
37   "license": {
38     "type": "MIT",
39     "text": "      Copyright (c) 2014, GameAnalytics.\n      All rights reserved.\n"
40   }