blob: db98cc9a68af7249b878cf592fe0f8aba5c24bcf [file] [log] [blame]
{
"name": "Duvel",
"version": "1.0.0",
"summary": "Use Core Data in a more friendly way with Swift.",
"description": "Duvel contains a set of functions and utlities that make it easier for you to use Core Data in Swift.\n\nThis pod will make it easier to:\n- Create a context\n- Insert, update and delete objects.\n- Perform fetch requests.",
"homepage": "https://github.com/icapps/ios-duvel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jelle Vandebeeck": "jelle@fousa.be"
},
"source": {
"git": "https://github.com/icapps/ios-duvel.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/icapps",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/**/*"
}