| { |
| "name": "IIAsyncViewController", |
| "platforms": { |
| "ios": 7.0 |
| }, |
| "version": "1.0.0", |
| "summary": "A UIViewController subclass specifically geared toward async data fetching.", |
| "homepage": "https://github.com/Inferis/IIAsyncViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "social_media_url": "https://twitter.com/inferis", |
| "authors": { |
| "Tom Adriaenssen": "http://inferis.org/" |
| }, |
| "source": { |
| "git": "https://github.com/Inferis/IIAsyncViewController.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "IIAsyncViewController/**/*.{h,m}", |
| "private_header_files": "IIAsyncViewController/Private/*.h", |
| "requires_arc": true |
| } |