[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 4 / 5 / DKNavbarBackButton / 0.1.2 / DKNavbarBackButton.podspec.json
blob5bf451e73f2de0512adea142a6c2925e67b07226
2   "name": "DKNavbarBackButton",
3   "version": "0.1.2",
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.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "default_subspecs": [
21     "core"
22   ],
23   "requires_arc": false,
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": [
37         "CustomNavbarBackButton.xcodeproj",
38         "Podfile"
39       ],
40       "dependencies": {
41         "DKNavbarBackButton/core": [
43         ]
44       }
45     }
46   ]