[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 1 / 8 / GTBaseComponent / 0.0.2 / GTBaseComponent.podspec.json
blob270ebeaaa18904e26dd47f73df2600565796d7e9
2   "name": "GTBaseComponent",
3   "version": "0.0.2",
4   "summary": "A short description of GTBaseComponent",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/shangmidev/GTBaseComponent-iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fengjing1851": "fj@shangminet.net"
13   },
14   "source": {
15     "git": "https://github.com/shangmidev/GTBaseComponent-iOS.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "static_framework": true,
22   "public_header_files": "GTBaseComponent/GTBaseComponent.framework/Headers/**/*",
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "vendored_frameworks": "GTBaseComponent.framework",
27   "frameworks": [
28     "UIKit",
29     "IOKit"
30   ],
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "SDWebImage": [
37     ],
38     "Masonry": [
40     ],
41     "MBProgressHUD": [
43     ],
44     "lottie-ios": [
45       "~> 2.5.3"
46     ]
47   }