[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / a / f / KZBootstrap / 0.5.1 / KZBootstrap.podspec.json
blobb5046314a27659a43a2107e347ace6a57793f86e
2   "name": "KZBootstrap",
3   "version": "0.5.1",
4   "summary": "iOS project bootstrap aimed at high quality coding.",
5   "description": "                       Project bootstrap that provides automatic icon versioning, todo -> warning conversion, warnings while files become too long, build numbering, environment switching/validation and much more.\n",
6   "homepage": "https://github.com/krzysztofzablocki/KZBootstrap",
7   "license": "MIT",
8   "authors": {
9     "Krzysztof Zablocki": "krzysztof.zablocki@me.com"
10   },
11   "source": {
12     "git": "https://github.com/krzysztofzablocki/KZBootstrap.git",
13     "tag": "0.5.1"
14   },
15   "social_media_url": "https://twitter.com/merowing_",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "resources": [
21     "Pod/Assets/Scripts/*"
22   ],
23   "public_header_files": "Pod/Classes/**/*.h",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Classes/Core",
29       "frameworks": "Foundation",
30       "dependencies": {
31         "KZAsserts": [
32           "~> 1.0"
33         ]
34       }
35     },
36     {
37       "name": "Debug",
38       "source_files": "Pod/Classes/Debug",
39       "dependencies": {
40         "RSSwizzle": [
42         ],
43         "KZAsserts": [
44           "~> 1.0"
45         ]
46       }
47     },
48     {
49       "name": "Logging",
50       "source_files": "Pod/Classes/Logging",
51       "dependencies": {
52         "CocoaLumberjack": [
54         ]
55       }
56     }
57   ]