[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / c / d / 9 / SwiftFlowRouter / 0.2.1 / SwiftFlowRouter.podspec.json
blobc9b545a2b225c7adc8923cf09b6906d9fa87f792
2   "name": "SwiftFlowRouter",
3   "version": "0.2.1",
4   "summary": "Declarative Routing for Swift Flow",
5   "description": "A declarative router for Swift Flow. Allows developers to declare routes in a similar manner as\nURLs are used on the web. Using Swift Flow Router you can navigate your app by defining the target location\nin the form of a URL-like sequence of identifiers.",
6   "homepage": "https://github.com/Swift-Flow/Swift-Flow-Router",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de"
13   },
14   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/Swift-Flow/Swift-Flow-Router.git",
17     "tag": "v0.2.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "SwiftFlowRouter/**/*.swift",
27   "dependencies": {
28     "SwiftFlow": [
29       "~> 0.2"
30     ]
31   }