blob: 345e20bce82b228d3f4204d8b7134d4aee1d8331 [file] [log] [blame]
{
"name": "CoatySwift",
"version": "1.0.1",
"summary": "CoatySwift is a Swift implementation of the Coaty Collaborative IoT framework for iOS, iPadOS, and macOS.",
"description": "Using the Coaty [koʊti] framework as a middleware, you can build distributed applications out of decentrally organized application components, so called Coaty agents, which are loosely coupled and communicate with each other in (soft) real-time. The main focus is on IoT prosumer scenarios where smart agents act in an autonomous, collaborative, and ad-hoc fashion. CoatySwift agents can run on iOS, iPadOS, and macOS.",
"homepage": "https://coaty.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Siemens AG": "coaty.team@gmail.com"
},
"source": {
"git": "https://github.com/coatyio/coaty-swift.git",
"tag": "1.0.1"
},
"documentation_url": "https://coatyio.github.io/coaty-swift/swiftdoc/index.html",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.14"
},
"source_files": "CoatySwift/Classes/**/*",
"dependencies": {
"CocoaMQTT": [
"~> 1.1.3"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"XCGLogger": [
"~> 7.0.0"
]
},
"swift_version": "5.0"
}