[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 6 / 5 / ROCloudModel / 1.1.1 / ROCloudModel.podspec.json
blob9e7f22b68db60024fd1f1075ca63d2070ee235ad
2   "name": "ROCloudModel",
3   "version": "1.1.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/prine/ROCloudModel",
8   "authors": {
9     "Robin Oster": "prine.dev@gmail.com"
10   },
11   "summary": "Provides an abstract layer above the CloudKit and simplifies the mapping between CKRecord and Swift Data classes.",
12   "source": {
13     "git": "https://github.com/prine/ROCloudModel.git",
14     "tag": "1.1.1"
15   },
16   "source_files": "Source/**/*",
17   "frameworks": "SystemConfiguration",
18   "platforms": {
19     "ios": "8.4"
20   },
21   "dependencies": {
22     "ROConcurrency": [
23       "~> 2.1"
24     ]
25   }