[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 0 / 8 / daikiri / 1.9.14 / daikiri.podspec.json
blobcb0187d92b6be6c79c65e0126535d28541891c7f
2   "name": "daikiri",
3   "version": "1.9.14",
4   "summary": "Daikiri json - model - coredata made easy, it is like Laravel Eloquent but for iOS",
5   "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",
6   "homepage": "https://revo.works",
7   "license": "MIT",
8   "authors": {
9     "Jordi PuigdellĂ­vol": "jordi@gloobus.net"
10   },
11   "social_media_url": "https://instagram.com/badchoice2",
12   "requires_arc": true,
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/BadChoice/daikiri.git",
18     "tag": "1.9.14"
19   },
20   "source_files": "daikiri/lib/**/*",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "dependencies": {
28     "Collection": [
29       "~> 1.10.25"
30     ]
31   }