[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / d / GameToolSDK / 0.0.6 / GameToolSDK.podspec.json
blob5a243af4baa542310b72476fa96350a1c788c606
2   "name": "GameToolSDK",
3   "version": "0.0.6",
4   "summary": "A short description of GameToolSDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/gametool-sm/GTSDK-iOS.git",
7   "license": "MIT",
8   "authors": {
9     "fengjing1851": "fj@shangminet.net"
10   },
11   "source": {
12     "git": "https://github.com/gametool-sm/GTSDK-iOS.git",
13     "tag": "0.0.6"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "static_framework": true,
19   "ios": {
20     "vendored_frameworks": "GTSDK.framework"
21   },
22   "public_header_files": "GTSDK/GTSDK.framework/Headers/**/*",
23   "resource_bundles": {
24     "GTSDK": [
25       "GTSDK.bundle"
26     ]
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "frameworks": [
32     "UIKit",
33     "IOKit"
34   ],
35   "dependencies": {
36     "Masonry": [
38     ],
39     "lottie-ios": [
41     ],
42     "AFNetworking": [
44     ],
45     "Toast": [
47     ],
48     "GTBaseComponent": [
50     ],
51     "SMEncryption": [
53     ]
54   }