[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / 3 / SwiftyRoutes / 0.1.2 / SwiftyRoutes.podspec.json
blobfa9450a14fbdc3ab99a7c83bd10749c491a8fa0a
2   "name": "SwiftyRoutes",
3   "version": "0.1.2",
4   "summary": "A simple routing library for UIViewController writtein in Swift.",
5   "description": "SwiftyRoutes can make the transition between different UIViewController 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": "0.1.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SwiftyRoutes/SwiftyRoutes/*.{h,swift}",
23   "frameworks": "UIKit",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   }