blob: 577bb845350f237183ee9e7e319c7b1de0bb9e65 [file] [log] [blame]
{
"name": "BDCKProtocol",
"version": "0.1.2",
"summary": "A simple set of protocols that help getting started with CloudKit.",
"description": "A simple set of protocols that help getting started with CloudKit.\nThe protocols help define a data model to be a local version of CloudKit's record.\nUsing these protocols to keep data models up-to-date with the records in the database.",
"homepage": "https://github.com/iDara09/BDCKProtocol",
"authors": {
"Dara": "bdaralan@gmail.com"
},
"source": {
"git": "https://github.com/iDara09/BDCKProtocol.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/bdaralan",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "BDCKProtocol/{Protocol, Extension, Example Class}/*",
"license": {
"type": "MIT",
"file": "LICENSE.md",
"text": " MIT License\n\n Copyright (c) 2019 Dara\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n"
},
"swift_version": "5.0"
}