blob: 30be925cc3a5f24c3d3b32a36b4ce617392ff012 [file] [log] [blame]
{
"name": "daikiri",
"version": "1.6.13",
"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.6.13"
},
"dependencies": {
"Collection": [
],
"MBFaker": [
]
},
"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",
"license": "MIT",
"authors": {
"Jordi PuigdellĂ­vol": "jordo@gloobus.net"
},
"source_files": [
"daikiri/lib/**/*"
],
"requires_arc": true
}