[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / a / f / KZBootstrap / 0.5.4 / KZBootstrap.podspec.json
blob5ebe0de565f0abab8a5e29077ebe0504fbabb0ae
2   "name": "KZBootstrap",
3   "version": "0.5.4",
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.4"
14   },
15   "social_media_url": "https://twitter.com/merowing_",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "Pod/Classes/**/*.h",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Classes/Core",
26       "frameworks": "Foundation",
27       "dependencies": {
28         "KZAsserts": [
29           "~> 1.0"
30         ]
31       }
32     },
33     {
34       "name": "Debug",
35       "source_files": "Pod/Classes/Debug",
36       "dependencies": {
37         "RSSwizzle": [
39         ],
40         "KZAsserts": [
41           "~> 1.0"
42         ]
43       }
44     },
45     {
46       "name": "Logging",
47       "source_files": "Pod/Classes/Logging",
48       "dependencies": {
49         "CocoaLumberjack": [
50           "2.0.0-beta4"
51         ]
52       }
53     }
54   ]