| { |
| "name": "DAAlertController", |
| "version": "0.1.1", |
| "summary": "DAAlertController is pretty much a UIAlertController for both iOS 8 and 7.", |
| "homepage": "https://github.com/daria-kopaliani/DAAlertController", |
| "license": "MIT", |
| "authors": { |
| "Daria Kopaliani": "daria.kopaliani@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/daria-kopaliani/DAAlertController.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "DAAlertController": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |