| { |
| "name": "CoreDataTableView", |
| "version": "0.0.1", |
| "summary": "Eliminates boilerplate code involved with an NSFetchedResultsController and a UITableView.", |
| "homepage": "https://github.com/kevinrandrup/CoreDataTableView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kevin Randrup": "kevinrandrup@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/kevinrandrup", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/kevinrandrup/CoreDataTableView.git", |
| "commit": "a23e99c0163d2cfb0127b92a32343d2c68476c27" |
| }, |
| "source_files": "Classes/CoreDataTableView.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "CoreData" |
| ], |
| "requires_arc": true |
| } |