[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / 5 / DKNavbarBackButton / 0.1.4 / DKNavbarBackButton.podspec.json
blobee8fdc22c6fa7b368d8bc6812e7b770f1afc22d1
2   "name": "DKNavbarBackButton",
3   "version": "0.1.4",
4   "summary": "iOS modal back button, that looks like standart navbar back button, but can be added in navbar/toolBar, without nav controller.",
5   "homepage": "https://github.com/wade0n/DKNavbarBackButton",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dmitrii Kalashnikov": "mr.dmitriikalashnikov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/wade0n/DKNavbarBackButton.git",
15     "tag": "0.1.4"
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/source/*",
35       "resources": "demo/resources/*",
36       "preserve_paths": "CustomNavbarBackButton.xcodeproj",
37       "dependencies": {
38         "DKNavbarBackButton/core": [
40         ]
41       }
42     }
43   ]