blob: fa9450a14fbdc3ab99a7c83bd10749c491a8fa0a [file] [log] [blame]
{
"name": "SwiftyRoutes",
"version": "0.1.2",
"summary": "A simple routing library for UIViewController writtein in Swift.",
"description": "SwiftyRoutes can make the transition between different UIViewController easier with URL.",
"homepage": "https://github.com/lzackx/SwiftyRoutes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lzackx": "zackx@foxmail.com"
},
"source": {
"git": "https://github.com/lzackx/SwiftyRoutes.git",
"tag": "0.1.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyRoutes/SwiftyRoutes/*.{h,swift}",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}