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