| { |
| "name": "Staged", |
| "version": "0.1.0", |
| "summary": "Mock View Controllers presentations and dismissals on unit tests", |
| "description": "Staged allows you to easily mock View Controllers presentations and dismissals, so you don't have to create a window just to test them.", |
| "homepage": "https://github.com/marcelofabri/Staged", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Marcelo Fabri": "me@marcelofabri.com" |
| }, |
| "source": { |
| "git": "https://github.com/marcelofabri/Staged.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/marcelofabri_", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Staged/Classes/**/*", |
| "public_header_files": "Staged/Classes/STGViewControllerVerifier.h", |
| "frameworks": "UIKit" |
| } |