[Add] DittoReactNativeIOS 4.9.1-rc.2
[CocoaPods.git] / Specs / c / f / 7 / GustyAppKit / 1.0.0 / GustyAppKit.podspec.json
blobff17b2ebe368a0431d879c075c148d366535fc9d
2   "name": "GustyAppKit",
3   "version": "1.0.0",
4   "summary": "A Cocoa Touch framework to help you develop high quality iOS apps faster.",
5   "homepage": "https://github.com/marcelo-schroeder/GustyAppKit",
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/GustyAppKit.git",
16     "tag": "v1.0.0"
17   },
18   "default_subspecs": "CoreApp",
19   "subspecs": [
20     {
21       "name": "CoreApp",
22       "source_files": "GustyAppKit/GustyAppKit/CoreApp/classes/**/*.{h,m}",
23       "resources": "GustyAppKit/GustyAppKit/CoreApp/resources/**/*.*",
24       "dependencies": {
25         "GustyKit": [
27         ]
28       }
29     },
30     {
31       "name": "Html",
32       "source_files": "GustyAppKit/GustyAppKit/Html/classes/**/*.{h,m}",
33       "dependencies": {
34         "GustyAppKit/CoreApp": [
36         ],
37         "DTFoundation": [
38           "1.7.2"
39         ],
40         "MWFeedParser": [
41           "1.0.1"
42         ]
43       }
44     }
45   ]