blob: 4b291c0d1a680f2c2249fe14edb9f564df4b964f [file] [log] [blame]
{
"name": "daikiri",
"version": "1.4.8",
"license": "MIT",
"summary": "Daikiri json - model - coredata made easy, it is like Laravel Eloquent but for iOS",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/BadChoice/daikiri.git",
"tag": "1.4.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
}