blob: 4080d590d4f2ee632729070bc12f02f054f6d3a7 [file] [log] [blame]
{
"name": "EasyData",
"version": "0.1",
"summary": "Helper methods for taking away the grunt work of Core Data.",
"description": " A longer description of EasyData in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/BenJamesMartin/Easy-Data",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Martin": "ben@martinben.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/BenJamesMartin/Easy-Data.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}