| { |
| "name": "SDKBase", |
| "version": "0.0.1", |
| "summary": "Picture Edit.", |
| "description": "\"一个图片操作和网络请求的封装\"", |
| "homepage": "https://github.com/hellowebi/SDKBase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hellowebi": "hellowebi@icloud.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/hellowebi/SDKBase.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Base", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7.3" |
| ] |
| } |
| } |