| { |
| "name": "AsyncCollections", |
| "version": "0.0.1", |
| "summary": "Enables asyncronous drawing for your collections.", |
| "description": " AsyncCollections enables asyncronous drawing for UITableView's and UICollectionView's.\n\n", |
| "homepage": "http://github.com/bilby91/AsyncCollections", |
| "license": "MIT", |
| "authors": { |
| "Martin F": "martin@loovin.com" |
| }, |
| "source": { |
| "git": "https://github.com/bilby91/AsyncCollections.git", |
| "tag": "0.0.1" |
| }, |
| "social_media_url": "https://twitter.com/bilby91", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/*.{h,m}", |
| "public_header_files": "Classes/*.h", |
| "frameworks": "UIKit" |
| } |