[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 3 / d / 9 / AmuseGameSDK / 2.2.6 / AmuseGameSDK.podspec.json
blob735ec9c8ce34ead7a99d8e7901ac8787b9d4187e
2   "name": "AmuseGameSDK",
3   "version": "2.2.6",
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": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/AmuseGames/GameSDK-iOS.git",
16     "tag": "2.2.6"
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/G_ICON_B.bundle",
47         "SDK/AmuseGameSDK/Core/G_ICON_ProgressHUD.bundle",
48         "SDK/AmuseGameSDK/Core/DACON.bundle"
49       ]
50     },
51     {
52       "name": "CustomUI",
53       "dependencies": {
54         "IQKeyboardManager": [
56         ],
57         "AmuseGameSDK/Core": [
59         ]
60       }
61     },
62     {
63       "name": "Facebook",
64       "source_files": "SDK/AmuseGameSDK/SocialLibraries/Facebook",
65       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/Facebook/libTTGCSocialFacebook.a",
66       "dependencies": {
67         "FBSDKCoreKit": [
69         ],
70         "FBSDKLoginKit": [
72         ],
73         "FBSDKShareKit": [
75         ],
76         "AmuseGameSDK/Core": [
78         ]
79       }
80     },
81     {
82       "name": "Twitter",
83       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCSocialTwitter",
84       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCSocialTwitter/libTTGCSocialTwitter.a",
85       "dependencies": {
86         "TwitterKit5": [
87           "~> 5.2.0"
88         ],
89         "AmuseGameSDK/Core": [
91         ]
92       }
93     },
94     {
95       "name": "Analytics",
96       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCAnalytics",
97       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCAnalytics/libTTGCAnalytics.a",
98       "dependencies": {
99         "Firebase/Analytics": [
101         ],
102         "Firebase/DynamicLinks": [
104         ],
105         "Firebase/Auth": [
107         ],
108         "GoogleSignIn": [
110         ],
111         "AmuseGameSDK/Core": [
113         ]
114       }
115     },
116     {
117       "name": "AppsFlyer",
118       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCAppsFlyer",
119       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCAppsFlyer/libTTGCAppsFlyer.a",
120       "dependencies": {
121         "AppsFlyerFramework": [
123         ],
124         "AmuseGameSDK/Core": [
126         ]
127       }
128     },
129     {
130       "name": "Tapjoy",
131       "source_files": "SDK/AmuseGameSDK/SocialLibraries/TTGCTapjoy",
132       "vendored_libraries": "SDK/AmuseGameSDK/SocialLibraries/TTGCTapjoy/libTTGCTapjoy.a",
133       "dependencies": {
134         "TapjoySDK": [
136         ],
137         "AmuseGameSDK/Core": [
139         ]
140       }
141     }
142   ]