blob: 387835d75ce5cd17ea1c9c31f2f5a13be8ed2794 [file] [log] [blame]
{
"name": "CoreDataEnvir",
"version": "0.4",
"summary": "A CoreData Envirement wrapper, use CoreData in convenient way. It has been used in my work.",
"description": "A longer description of CoreDataEnvir 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!",
"homepage": "http://xudeheng.github.io/CoreDataEnvir",
"license": "MIT",
"authors": {
"Deheng Xu": "dehengxu@outlook.com"
},
"social_media_url": "http://twitter.com/dehengxu",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/xudeheng/CoreDataEnvir.git",
"tag": "0.4"
},
"source_files": [
"CoreDataEnvir",
"CoreDataEnvir/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "CoreData",
"requires_arc": false
}