blob: 5e58a33a0cb08e922474d37f4018d874aaa0a4ee [file] [log] [blame]
{
"name": "SPRoutable",
"version": "0.4.0",
"summary": "基础的路由服务",
"homepage": "https://github.com/bigL055/Routable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lin": "linhan.bigl055@outlook.com"
},
"source": {
"git": "https://github.com/bigL055/Routable.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/*/*/**",
"Sources/**"
],
"public_header_files": [
"Sources/Routable.h"
],
"frameworks": [
"UIKit"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}