[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 7 / d / Gamebase / 2.37.0 / Gamebase.podspec.json
blob82e24d60c8d09e40734cd127d1219698fae060fb
2   "name": "Gamebase",
3   "version": "2.37.0",
4   "summary": "TOAST Gamebase",
5   "homepage": "https://toast.com/",
6   "authors": {
7     "Gamebase Dev Team": "dl_platformsdk_all@nhn.com"
8   },
9   "license": {
10     "type": "Commercial",
11     "text": "Copyright NHN Corp. All Rights Reserved."
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "http": "https://github.com/nhn/toast.gamebase.ios.sdk/releases/download/2.37.0/Gamebase-2.37.0.zip"
18   },
19   "ios": {
20     "libraries": [
21       "icucore",
22       "z",
23       "sqlite3",
24       "c++"
25     ],
26     "frameworks": [
27       "AdSupport",
28       "ImageIO",
29       "WebKit",
30       "GameKit",
31       "StoreKit"
32     ],
33     "weak_frameworks": "AppTrackingTransparency",
34     "vendored_frameworks": "Gamebase.framework",
35     "resources": "Gamebase.bundle",
36     "dependencies": {
37       "ToastCore": [
38         "0.30.0"
39       ],
40       "ToastCommon": [
41         "0.30.0"
42       ],
43       "ToastLogger": [
44         "0.30.0"
45       ]
46     }
47   },
48   "documentation_url": "http://docs.toast.com/ko/Game/Gamebase/ko/ios-started/",
49   "pod_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   }