| { |
| "name": "BKSwiftKit", |
| "version": "1.2.8", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "定义Swift一些基本方法和拓展", |
| "homepage": "https://github.com/ZhaoBingDong/BKSwiftKit", |
| "authors": { |
| "ZhaoBingDong": "dongzhaobing@bayekeji.com" |
| }, |
| "source": { |
| "git": "https://github.com/ZhaoBingDong/BKSwiftKit.git", |
| "tag": "1.2.8" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "BKSwiftKit/SKSwiftKit.swift", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "SKCategorys", |
| "source_files": "BKSwiftKit/SKCategorys/**/*" |
| }, |
| { |
| "name": "SKNetwork", |
| "source_files": "BKSwiftKit/SKNetwork/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "SKHUD", |
| "source_files": "BKSwiftKit/SKHUD/**/*" |
| }, |
| { |
| "name": "Tools", |
| "source_files": "BKSwiftKit/Tool/**/*" |
| } |
| ] |
| } |