| { |
| "name": "DCCJAlertLoadingLib", |
| "version": "0.2.0", |
| "summary": "dccj custome libs", |
| "description": "DCCJAlert DCCJLoading Libs", |
| "homepage": "https://gitee.com/TangyuanLiu/DCCJAlertLoading", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "刘汤圆": "review617@163.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/TangyuanLiu/DCCJAlertLoading.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "DCCJAlertLoadingLib/Classes/**/*", |
| "resource_bundles": { |
| "DCCJAlertLoadingLib": [ |
| "DCCJAlertLoadingLib/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "DCCJAlert", |
| "source_files": "DCCJAlertLoadingLib/Classes/DCCJAlert/**/*" |
| }, |
| { |
| "name": "DCCJLoading", |
| "source_files": "DCCJAlertLoadingLib/Classes/DCCJLoading/**/*" |
| } |
| ] |
| } |