blob: 0689d57b351dbe1a5ae43ec61fa77e2e6af7ca90 [file] [log] [blame]
{
"name": "DATASource",
"version": "4.0.0",
"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": "4.0.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
]
}