| { |
| "name": "TDShop_Base", |
| "version": "0.0.1", |
| "summary": "A short description of TDShop_Base.", |
| "description": "test", |
| "homepage": "http://EXAMPLE/TDShop_Base", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kcheng": "541123382@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/YangKunCheng/TDShop_Base.git", |
| "tag": "0.0.1" |
| }, |
| "vendored_frameworks": "Base.framework", |
| "swift_version": "5.0", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.8.0" |
| ], |
| "YYModel": [ |
| "~> 1.0.4" |
| ] |
| } |
| } |