| { |
| "name": "YTDSUpdate", |
| "version": "1.0.1", |
| "summary": "Update", |
| "description": "YTDSUpdate is a lightweight and pure Swift implemented library for version update config", |
| "homepage": "http://gitrepo.fungotv.com/zuoquan/YTDSUpdate", |
| "license": "MIT", |
| "authors": { |
| "zuoquan": "zuoquan@yuntutv.net" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "http://gitrepo.fungotv.com/zuoquan/YTDSUpdate.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "YTDSUpdate/Helper/YTDSUpdateHelper.swift", |
| "YTDSUpdate/Model/YTDSUpdateModel.swift", |
| "YTDSUpdate/View/YTDSUpdateView.swift", |
| "YTDSUpdate/Common/PubicConfig.swift", |
| "YTDSUpdate/Extension/String+YTmd5.swift" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |