[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 3 / d / 9 / AmuseGameSDK / 2.0.2 / AmuseGameSDK.podspec.json
blobd1127c25169aa6dffee83b667bf0dd8dc39d9bf4
2   "name": "AmuseGameSDK",
3   "version": "2.0.2",
4   "summary": "AmuseGame SDK for games",
5   "description": "AmuseGame 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": "2.0.2"
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/AmuseGameSDK/Core/AmuseGameSDK.framework",
45       "resources": [
46         "SDK/AmuseGameSDK/Core/TTkGame.bundle",
47         "SDK/AmuseGameSDK/Core/TTGCProgressHUD.bundle"
48       ]
49     },
50     {
51       "name": "Facebook",
52       "source_files": "SDK/AmuseGameSDK/SocialLibraries/Facebook",
53       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/Facebook/libTTGCSocialFacebook.a",
54       "dependencies": {
55         "FBSDKCoreKit": [
57         ],
58         "FBSDKLoginKit": [
60         ],
61         "FBSDKShareKit": [
63         ],
64         "AmuseGameSDK/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Twitter",
71       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCSocialTwitter",
72       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCSocialTwitter/libTTGCSocialTwitter.a",
73       "dependencies": {
74         "TwitterKit5": [
75           "~> 5.2.0"
76         ],
77         "AmuseGameSDK/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Analytics",
84       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCAnalytics",
85       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCAnalytics/libTTGCAnalytics.a",
86       "dependencies": {
87         "Firebase/Analytics": [
89         ],
90         "Firebase/DynamicLinks": [
92         ],
93         "Firebase/Auth": [
95         ],
96         "GoogleSignIn": [
98         ],
99         "AmuseGameSDK/Core": [
101         ]
102       }
103     },
104     {
105       "name": "AppsFlyer",
106       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCAppsFlyer",
107       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCAppsFlyer/libTTGCAppsFlyer.a",
108       "dependencies": {
109         "AppsFlyerFramework": [
111         ],
112         "AmuseGameSDK/Core": [
114         ]
115       }
116     },
117     {
118       "name": "Tapjoy",
119       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCTapjoy",
120       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCTapjoy/libTTGCTapjoy.a",
121       "dependencies": {
122         "TapjoySDK": [
124         ],
125         "AmuseGameSDK/Core": [
127         ]
128       }
129     }
130   ]