| { |
| "name": "SGBase", |
| "version": "1.0.3", |
| "summary": "SGBase freamwork", |
| "description": "SGBase is very helpful freamwork", |
| "homepage": "https://github.com/zhenLuoxiaoming/SGBase", |
| "license": "MIT", |
| "authors": { |
| "罗晓明": "542250137@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zhenLuoxiaoming/SGBase.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": [ |
| "SGBase/SGBase/SGNetTool/**/*.{h,m}", |
| "SGBase/SGBase/SGDialog/*.{h,m}", |
| "SGBase/SGBase/*.{h,m}" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "SVProgressHUD": [ |
| "~> 2.2.5" |
| ] |
| } |
| } |