blob: a280b7c8eccaeaa793f8b913083a2b1213e201a6 [file] [log] [blame]
{
"name": "ROCloudModel",
"version": "0.0.3",
"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.3"
},
"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": [
]
}
}