| { |
| "name": "SYExtensionCommon", |
| "version": "0.0.4", |
| "summary": "个人工具组件", |
| "homepage": "http://blog.dnnlbj.com", |
| "license": "MIT", |
| "authors": { |
| "CoderSy": "private.shengyang@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/CoderSy/SYExtensionCommon.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": "Source/**/*.{swift}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| }, |
| "dependencies": { |
| "SVProgressHUD": [ |
| |
| ], |
| "SnapKit": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |