blob: 9d32f0c35c278a234b0e0d2e2f54a5e77e375c26 [file] [log] [blame]
{
"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"
}