[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / 4 / FGSDK / 0.1.0 / FGSDK.podspec.json
blobdadb5e4a8279fdd5f932128a1c599fe9fd2dbb98
2   "name": "FGSDK",
3   "version": "0.1.0",
4   "summary": "项目基类及各种工具类集成。一套房、两套房,青青的瓦,白白的墙!三套房、四套房,房前御花园,屋后别野排成行...... 哪套房子最漂亮?就数北上广的那几套大洋房!!!",
5   "description": "项目基类及各种工具类集成。一套房、两套房,青青的瓦,白白的墙!三套房、四套房,房前御花园,屋后别野排成行...... 哪套房子最漂亮?就数北上广的那几套大洋房!!!",
6   "homepage": "https://gitee.com/957804349/FGSDK",
7   "license": "MIT",
8   "authors": {
9     "大风哥": "957804349@qq.com"
10   },
11   "social_media_url": "https://user.qzone.qq.com/957804349/infocenter",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://gitee.com/957804349/FGSDK.git",
17     "tag": "0.1.0"
18   },
19   "requires_arc": true,
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "source_files": "FGKit/Headers/*.h",
24   "vendored_frameworks": "FGKit/Products/Release/FGKit.framework",
25   "resource_bundles": {
26     "FGKit": [
27       "FGKit/Assets/*"
28     ]
29   },
30   "dependencies": {
31     "MJRefresh": [
33     ],
34     "AFNetworking/Reachability": [
36     ],
37     "ANKeyboardObserverManager": [
39     ],
40     "Masonry": [
42     ],
43     "SVProgressHUD": [
44       "~>2.2.5"
45     ]
46   },
47   "prefix_header_contents": "#ifdef __OBJC__\n\n#import \"FGPrefix.h\"\n#import \"FGAppConfigure.h\"\n\n#endif"