blob: ebb6f0f67fbe13c3ab0c8793e4694abe32185074 [file] [log] [blame]
{
"name": "AlgorigoBleLibrary",
"version": "0.0.1",
"summary": "Swift Ble Library using RxSwift by Algorigo",
"description": "Swift Ble Library using RxSwift by Algorigo\nwrite by rouddy@naver.com",
"homepage": "https://github.com/Algorigo/AlgorigoBleLibrarySwift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"author": "rouddy@naver.com"
},
"documentation_url": "https://github.com/Algorigo/AlgorigoBleLibrarySwift",
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/Algorigo/AlgorigoBleLibrarySwift.git",
"tag": "0.0.1"
},
"source_files": "AlgorigoBleLibrary/AlgorigoBleLibrary/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.1.1"
],
"RxRelay": [
"~> 5.1.1"
]
},
"swift_version": "5.1"
}