| { |
| "name": "FMAboutPanel", |
| "version": "1.0.0", |
| "summary": "A class designed to show an *About Panel* with many useful features.", |
| "homepage": "https://github.com/flubbermedia/FMAboutPanel", |
| "license": "MIT", |
| "authors": [ |
| "Andrea Ottolina", |
| "Maurizio Cremaschi" |
| ], |
| "source": { |
| "git": "https://github.com/flubbermedia/FMAboutPanel.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source_files": "FMAboutPanel/FMAboutPanel.{h,m}", |
| "resources": "FMAboutPanel/FMAboutPanel.bundle", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore" |
| ], |
| "dependencies": { |
| "zipzap": [ |
| "~>8.0" |
| ], |
| "ChimpKit2": [ |
| "~>2.0" |
| ] |
| } |
| } |