[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / 8 / Wabbly / 1.0.0 / Wabbly.podspec.json
blob2126f7db7dc7db9d22e896c85a9832e256c48875
2   "name": "Wabbly",
3   "version": "1.0.0",
4   "summary": "iOS SDK additions which you always need and they migrate from project to project. Handy categories, scripts, extensions.",
5   "homepage": "https://github.com/DZamataev/Wabbly",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Denis Zamataev": "denis.zamataev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/DZamataev/Wabbly.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "Core"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "requires_arc": true,
28       "source_files": "Core/Source/*",
29       "resources": "Core/Resources/*"
30     },
31     {
32       "name": "Demo",
33       "requires_arc": true,
34       "source_files": "Demo/WabblyDemo/Source/*",
35       "resources": "Demo/WabblyDemo/Resources/*",
36       "preserve_paths": [
37         "Demo/WabblyDemo.xcodeproj",
38         "Demo/Podfile"
39       ],
40       "dependencies": {
41         "Wabbly/Core": [
43         ]
44       }
45     }
46   ]