-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdaikiri.podspec.json
More file actions
27 lines (27 loc) · 876 Bytes
/
Copy pathdaikiri.podspec.json
File metadata and controls
27 lines (27 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "daikiri",
"version": "2.0.1",
"summary": "Daikiri json - model - coredata made easy, it is like Laravel Eloquent but for iOS",
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/BadChoice/daikiri.git",
"tag": "2.0.1"
},
"dependencies" : {
"Collection" : [
"1.10.26"
]
},
"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
}