| { |
| "name": "LfSwiftHelper", |
| "version": "0.1", |
| "summary": "A short description of LfSwiftHelper.", |
| "description": "A short description of LfSwiftHelper long-------", |
| "homepage": "https://github.com/halo-github/LfSwiftHelper", |
| "license": "MI", |
| "authors": { |
| "halo-github": "a0147520@sina.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/halo-github/LfSwiftHelper.git", |
| "tag": "0.1" |
| }, |
| "source_files": "*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "RxSwift": [ |
| |
| ], |
| "RxCocoa": [ |
| |
| ], |
| "SnapKit": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ], |
| "Reachability": [ |
| |
| ], |
| "Kingfisher": [ |
| |
| ] |
| }, |
| "swift_version": "4.2", |
| "subspecs": [ |
| { |
| "name": "Extension", |
| "source_files": "**/*.swift" |
| }, |
| { |
| "name": "Tools", |
| "source_files": "**/*.swift" |
| }, |
| { |
| "name": "Protocol", |
| "source_files": "**/*.swift" |
| } |
| ] |
| } |