Latest | 0.1.4 |
---|---|
Homepage | https://github.com/iDara09/BDCKProtocol |
License | MIT MIT License
Copyright (c) 2019 Dara Permission is hereby granted, free of charge, to any person obtaining a copy The above copyright notice and this permission notice shall be included in all THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
Platforms | ios 11.0 |
Frameworks | CloudKit |
Authors |
A simple set of protocol to get started with CloudKit
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate BDCKProtocol into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'BDCKProtocol'
Latest podspec
{ "name": "BDCKProtocol", "version": "0.1.4", "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": "[email protected]" }, "source": { "git": "https://github.com/iDara09/BDCKProtocol.git", "tag": "0.1.4" }, "social_media_url": "https://twitter.com/bdaralan", "platforms": { "ios": "11.0" }, "swift_versions": "5.0", "source_files": [ "BDCKProtocol/Protocol/*", "BDCKProtocol/Utility/*", "BDCKProtocol/Extension/*", "BDCKProtocol/Example Class/*" ], "frameworks": "CloudKit", "license": { "type": "MIT", "file": "LICENSE.md", "text": " MIT Licensenn Copyright (c) 2019 Darann Permission is hereby granted, free of charge, to any person obtaining a copyn of this software and associated documentation files (the "Software"), to dealn in the Software without restriction, including without limitation the rightsn to use, copy, modify, merge, publish, distribute, sublicense, and/or selln copies of the Software, and to permit persons to whom the Software isn furnished to do so, subject to the following conditions:nn The above copyright notice and this permission notice shall be included in alln copies or substantial portions of the Software.nn THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORn IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEn AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERn 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 THEn SOFTWARE.n" }, "swift_version": "5.0" }
Wed, 29 May 2019 10:02:13 +0000