blob: f20f8dee0422b109722b94f12b9b8e3529370124 [file] [log] [blame]
{
"name": "daikiri",
"version": "1.5.8",
"license": "MIT",
"summary": "Daikiri json - model - coredata made easy, it is like Laravel Eloquent but for iOS",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BadChoice/daikiri.git",
"tag": "1.5.8"
},
"description": "Daikiri is a really easy library to work with json - model - coredata in the easiest, intuitive and fluent way. Inspired in Laravel Eloquent. There is also a clear factory method for making testing painless",
"homepage": "https://github.com/BadChoice/daikiri",
"authors": {
"Jordi PuigdellĂ­vol": "jordo@gloobus.net"
},
"source_files": [
"daikiri/lib/**/*"
],
"requires_arc": true
}