[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 2 / GustyKit / 1.0.2 / GustyKit.podspec.json
blob4722a0b1c907472e08e0a97bcfd02effdb8d786e
2   "name": "GustyKit",
3   "version": "1.0.2",
4   "summary": "A Cocoa Touch framework to help you develop high quality iOS apps and app extensions faster.",
5   "homepage": "https://github.com/marcelo-schroeder/GustyKit",
6   "license": "Apache-2.0",
7   "authors": {
8     "Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/marcelo-schroeder/GustyKit.git",
16     "tag": "v1.0.2"
17   },
18   "default_subspecs": "CoreUI",
19   "subspecs": [
20     {
21       "name": "Foundation",
22       "source_files": "GustyKit/GustyKit/Foundation/classes/**/*.{h,m}"
23     },
24     {
25       "name": "CoreUI",
26       "source_files": [
27         "GustyKit/GustyKit/CoreUI/classes/**/*.{h,m}",
28         "GustyKit/GustyKit/Help/classes/**/*.{h,m}"
29       ],
30       "resources": [
31         "GustyKit/GustyKit/CoreUI/resources/**/*.*",
32         "GustyKit/GustyKit/Help/resources/**/*.*"
33       ],
34       "dependencies": {
35         "GustyKit/Foundation": [
37         ],
38         "ODRefreshControl": [
39           "1.1.0"
40         ]
41       }
42     }
43   ]