blob: 9553bc6946c2f54cde21d938148a18e4dd77e6c7 [file] [log] [blame]
{
"name": "CoreDataHelper",
"version": "1.0.0",
"summary": "CoreDataHelper",
"description": "CoreDataHelper is a tiny Swift Framework that helps you to easily manage CoreData objects in the main context.",
"homepage": "https://github.com/lobodart/CoreDataHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Louis Bodart",
"social_media_url": "http://twitter.com/lobodart",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lobodart/CoreDataHelper.git",
"tag": "v1.0.0"
},
"source_files": [
"Classes",
"CoreDataHelper/*.{swift}"
]
}