blob: ca76ee7788e669e816b1255f0dbd701a1234a34f [file] [log] [blame]
{
"name": "ROCloudModel",
"version": "0.0.1",
"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.1"
},
"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": [
]
}
}