| { |
| "name": "ATAlterController", |
| "version": "1.0.0", |
| "summary": "A custom alterController.", |
| "description": "A custom alterController 类似ActionSheet的功能", |
| "homepage": "https://github.com/Attu7/ATAlterController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Attu7": "953224204@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/Attu7/ATAlterController.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "ATAlterView", |
| "source_files": "ATAlterView/*" |
| } |
| ] |
| } |