blob: ce4fd0886cad6da3b0488cbaeaa280dffc74cc66 [file] [log] [blame]
{
"name": "BoundFetchedResults",
"version": "0.2",
"summary": "BoundFetchedResults takes the work out of binding CoreData to your UITableView.",
"homepage": "https://github.com/ConventionalC/BoundFetchedResults",
"license": "MIT",
"authors": {
"Peter DeWeese": "peter@dewee.se"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ConventionalC/BoundFetchedResults.git",
"tag": "0.2"
},
"source_files": "BoundFetchedResults/*.{h,m}",
"public_header_files": "BoundFetchedResults/*.h",
"frameworks": "Foundation"
}