[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 6 / GameFunSDK / 1.0.0 / GameFunSDK.podspec.json
blobfc50caf12497f33bda654681ce7f211bc1633383
2   "name": "GameFunSDK",
3   "version": "1.0.0",
4   "summary": "GameFunSDK for games",
5   "description": "GameFunSDK for games\nConvenient game access",
6   "homepage": "https://github.com/Legoshiyyz/GameFunSDK",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "GameFun Team",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/Legoshiyyz/GameFunSDK.git",
16     "tag": "1.0.0"
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/GameFunSDK/Core/GameFunSDK.framework",
45       "resources": [
46         "SDK/GameFunSDK/Core/GAMFUN_ICON_B.bundle",
47         "SDK/GameFunSDK/Core/GAMFUN_ICON_ProgressHUD.bundle",
48         "SDK/GameFunSDK/Core/GAMFUN_DACON.bundle"
49       ]
50     },
51     {
52       "name": "CustomUI",
53       "dependencies": {
54         "IQKeyboardManager": [
56         ],
57         "GameFunSDK/Core": [
59         ]
60       }
61     },
62     {
63       "name": "Analytics",
64       "source_files": "SDK/GameFunSDK/SocialLibraries/GAMFUNAnalytics",
65       "vendored_libraries": "SDK/GameFunSDK/SocialLibraries/GAMFUNAnalytics/libGAMFUNAnalytics.a",
66       "dependencies": {
67         "Firebase/Analytics": [
69         ],
70         "Firebase/DynamicLinks": [
72         ],
73         "Firebase/Auth": [
75         ],
76         "GoogleSignIn": [
77           "~> 6.2.2"
78         ],
79         "GameFunSDK/Core": [
81         ]
82       }
83     }
84   ]