| { |
| "name": "TSCAlertView", |
| "version": "0.0.3", |
| "summary": "自定义TSCAlertView.", |
| "description": "Custom TSCAlertView", |
| "homepage": "https://github.com/tangshenchun/TSCAlertView", |
| "license": "MIT", |
| "authors": { |
| "Jason Tang": "tangshenchun@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/tangshenchun/TSCAlertView.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": [ |
| "TSCAlertView/TSCAlertViewDemo", |
| "TSCAlertViewDemo/**/*.{h,m}" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ] |
| }, |
| "deprecated": true |
| } |