[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 3 / SwiftyRoutes / 1.0.0 / SwiftyRoutes.podspec.json
blobc5516055d97f56868ed8ee5ca9255d2a846a353c
2   "name": "SwiftyRoutes",
3   "version": "1.0.0",
4   "summary": "A simple routing library for UIViewController written in Swift.",
5   "description": "SwiftyRoutes can make the transition between different UIViewControllers easier with URL.",
6   "homepage": "https://github.com/lzackx/SwiftyRoutes",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lzackx": "zackx@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lzackx/SwiftyRoutes.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SwiftyRoutes/SwiftyRoutes/*.swift",
23   "frameworks": "UIKit",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   }