blob: 273ea32e722541650c8b66321c905345c71693a7 [file] [log] [blame]
{
"name": "DCCoreData",
"version": "1.0",
"summary": "Use Core Data Simply",
"homepage": "https://github.com/Tangdixi/DCCoreData",
"license": {
"type": "MIT",
"text": "The DCCoreData use the MIT license"
},
"authors": {
"Tangdixi": "Tangdixi@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Tangdixi/DCCoreData.git",
"tag": "1.0"
},
"source_files": "DCCoreData/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true
}