| { |
| "name": "SPRoutable", |
| "version": "0.7.2", |
| "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.7.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "Sources/*/**", |
| "Sources/*/*/**", |
| "Sources/**" |
| ], |
| "public_header_files": [ |
| "Sources/Routable.h" |
| ], |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |