| { |
| "name": "CQAlertFrameworkPod", |
| "version": "0.1.0", |
| "summary": "A short description of CQAlertFrameworkPod.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/QChen0718/MyCustomAlet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chenqing0718@163.com": "chenqing0718@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/QChen0718/MyCustomAlet.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "vendored_frameworks": "CQAlertFrameworkPod/*.{framework}", |
| "source_files": "CQAlertFrameworkPod/Classes/**/*", |
| "swift_version": "5.0" |
| } |