blob: d66f2341209fd4afcf2611ccd876b8d782c0527b [file] [log] [blame]
{
"name": "SugarImporter",
"version": "0.0.5",
"summary": "AWESOME IMPORTER !!!1!!11!!",
"description": "Easy import data to core data using MagicalRecord.",
"authors": "Sugar and Candy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/SugarAndCandy/SugarImporter",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/SugarAndCandy/SugarImporter.git",
"tag": "0.0.5"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"source_files": "Source/*.{h,m}",
"dependencies": {
"MagicalRecord": [
]
}
}