blob: b31032a52d1a0088672055ced309c6100d9f2a9e [file] [log] [blame]
{
"name": "DATASource",
"version": "3.2.1",
"summary": "NSFetchedResultsController made stupid easy",
"homepage": "https://github.com/3lvis/DATASource",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/3lvis/DATASource.git",
"tag": "3.2.1"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
]
}