| { |
| "name": "JDFTableData", |
| "version": "1.0", |
| "summary": "A simple library to encapsulate simple data for UITableView.", |
| "description": "JDFTableData is a simple library to encapsulate simple data for UITableView.", |
| "homepage": "https://github.com/joefryer/JDFTableData", |
| "license": "MIT", |
| "authors": { |
| "Joe Fryer": "joe.d.fryer@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/joefryer/JDFTableData.git", |
| "tag": "1.0" |
| }, |
| "social_media_url": "https://twitter.com/joefryer88", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": "UIKit" |
| } |