blob: 59fe4e99e5b113f6f4458b1361d76980fab42e37 [file] [log] [blame]
{
"name": "CombineCloudKit",
"version": "0.3.0",
"summary": "🌤 Swift Combine extensions for asynchronous CloudKit record processing",
"description": "CombineCloudKit exposes CloudKit operations as Combine publishers. Publishers can be used to process values over\ntime, using Combine's declarative API.",
"documentation_url": "https://combinecloudkit.hiddenplace.dev",
"homepage": "https://github.com/chris-araman/CombineCloudKit",
"source": {
"git": "https://github.com/chris-araman/CombineCloudKit.git",
"tag": "0.3.0"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Chris Araman",
"social_media_url": "https://github.com/chris-araman",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_versions": [
"5.1",
"5.2",
"5.3",
"5.4"
],
"source_files": "Sources/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"compiler_flags": "-DCOCOAPODS",
"source_files": "Tests/**/*.swift",
"dependencies": {
"CombineExpectations": [
]
}
}
],
"swift_version": "5.4"
}