blob: e71d2c38ca412df235a92947826144d7bade560d [file] [log] [blame]
{
"name": "ROCloudModel",
"version": "0.0.5",
"summary": "CloudKit Data Mapper",
"description": "Provides an abstract layer above the CloudKit and simplifies the mapping between CKRecord and Swift Data classes.",
"homepage": "https://github.com/prine/ROCloudModel",
"license": "MIT",
"authors": {
"Robin Oster": "robin.oster@rascor.com"
},
"source": {
"git": "https://github.com/prine/ROCloudModel.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/prinedev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"RONetworking": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CloudKit"
],
"dependencies": {
"ROConcurrency": [
]
}
}