[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 3 / 1 / f / TTkGameSDK / 1.1.18 / TTkGameSDK.podspec.json
blobedc2ed571cef4b5a0b9e53d6c36ffc804f3d31ac
2   "name": "TTkGameSDK",
3   "version": "1.1.18",
4   "summary": "TTkGame SDK for games",
5   "description": "TTkGame SDK for games\nConvenient game access",
6   "homepage": "https://github.com/AmuseGames/GameSDK-iOS",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "AmuseGames Team",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AmuseGames/GameSDK-iOS.git",
16     "tag": "1.1.18"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-lObjC"
21   },
22   "static_framework": true,
23   "libraries": "sqlite3",
24   "frameworks": [
25     "UIKit",
26     "StoreKit",
27     "GameKit",
28     "WebKit",
29     "UserNotifications",
30     "Photos",
31     "ImageIO",
32     "Foundation",
33     "CoreFoundation",
34     "QuartzCore",
35     "CoreGraphics",
36     "AVFoundation",
37     "CoreTelephony",
38     "Security",
39     "AuthenticationServices"
40   ],
41   "subspecs": [
42     {
43       "name": "Core",
44       "vendored_frameworks": "SDK/TTkGameSDK/Core/TTkGameSDK.framework",
45       "resources": [
46         "SDK/TTkGameSDK/Core/TTkGame.bundle",
47         "SDK/TTkGameSDK/Core/TTGCProgressHUD.bundle"
48       ]
49     },
50     {
51       "name": "Facebook",
52       "source_files": "SDK/TTkGameSDK/SocialLibraries/Facebook",
53       "vendored_libraries": "SDK/TTkGameSDK/SocialLibraries/Facebook/libTTGCSocialFacebook.a",
54       "dependencies": {
55         "FBSDKCoreKit": [
57         ],
58         "FBSDKLoginKit": [
60         ],
61         "FBSDKShareKit": [
63         ],
64         "TTkGameSDK/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Twitter",
71       "source_files": "SDK/TTkGameSDK/SocialLibraries/TTGCSocialTwitter",
72       "vendored_libraries": "SDK/TTkGameSDK/SocialLibraries/TTGCSocialTwitter/libTTGCSocialTwitter.a",
73       "dependencies": {
74         "TwitterKit5": [
75           "~> 5.2.0"
76         ],
77         "TTkGameSDK/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Analytics",
84       "source_files": "SDK/TTkGameSDK/SocialLibraries/TTGCAnalytics",
85       "vendored_libraries": "SDK/TTkGameSDK/SocialLibraries/TTGCAnalytics/libTTGCAnalytics.a",
86       "dependencies": {
87         "Firebase/Analytics": [
89         ],
90         "Firebase/DynamicLinks": [
92         ],
93         "TTkGameSDK/Core": [
95         ]
96       }
97     },
98     {
99       "name": "AppsFlyer",
100       "source_files": "SDK/TTkGameSDK/SocialLibraries/TTGCAppsFlyer",
101       "vendored_libraries": "SDK/TTkGameSDK/SocialLibraries/TTGCAppsFlyer/libTTGCAppsFlyer.a",
102       "dependencies": {
103         "AppsFlyerFramework": [
105         ],
106         "TTkGameSDK/Core": [
108         ]
109       }
110     },
111     {
112       "name": "Tapjoy",
113       "source_files": "SDK/TTkGameSDK/SocialLibraries/TTGCTapjoy",
114       "vendored_libraries": "SDK/TTkGameSDK/SocialLibraries/TTGCTapjoy/libTTGCTapjoy.a",
115       "dependencies": {
116         "TapjoySDK": [
118         ],
119         "TTkGameSDK/Core": [
121         ]
122       }
123     }
124   ]