[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 0 / 5 / 8 / GGFoundation / 0.1.0 / GGFoundation.podspec.json
bloba9575f94b40ededb41e9bc6d1f918dc507be7e0d
2   "name": "GGFoundation",
3   "version": "0.1.0",
4   "summary": "A short description of GGFoundation.",
5   "homepage": "https://github.com/iOSRay/GGFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "waley": "waley518@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/iOSRay/GGFoundation.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "GGFoundation/Classes/**/*",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "prefix_header_contents": [
23     "#import \"YYKitMacro.h\"",
24     "#import \"YYKit.h\""
25   ],
26   "dependencies": {
27     "YYKit": [
29     ]
30   }