[Add] RSKCollectionViewRetractableFirstItemLayout 3.0.0
[CocoaPods.git] / Specs / 2 / 7 / 6 / KatanaRouter / 0.1 / KatanaRouter.podspec.json
blobd8abe0b708dbdd0ca0645fdd32f72dd302577e02
2   "name": "KatanaRouter",
3   "version": "0.1",
4   "summary": "App Routing for Katana",
5   "description": "Declarative and type-safe routing for Katana.",
6   "homepage": "https://github.com/michalciurus/KatanaRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Michal Ciurus": "michael.ciurus@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/MichaelCiurus",
15   "source": {
16     "git": "https://github.com/michalciurus/KatanaRouter.git",
17     "tag": "0.1"
18   },
19   "platforms": {
20     "ios": "8.3",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "source_files": "KatanaRouter/**/*.swift",
25   "dependencies": {
26     "Katana": [
27       "~> 0.6.1"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"