[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 6 / 5 / ROCloudModel / 0.0.2 / ROCloudModel.podspec.json
blob1a05993f3318896d9fe808833c992bc117e6fb1e
2   "name": "ROCloudModel",
3   "version": "0.0.2",
4   "summary": "CloudKit Data Mapper",
5   "description": "Provides an abstract layer above the CloudKit and simplifies the mapping between CKRecord and Swift Data classes.",
6   "homepage": "https://github.com/prine/ROCloudModel",
7   "license": "MIT",
8   "authors": {
9     "Robin Oster": "robin.oster@rascor.com"
10   },
11   "source": {
12     "git": "https://github.com/prine/ROCloudModel.git",
13     "tag": "0.0.2"
14   },
15   "social_media_url": "https://twitter.com/prinedev",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "resource_bundles": {
22     "RONetworking": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CloudKit"
29   ],
30   "dependencies": {
31     "ROConcurrency": [
33     ]
34   }