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