blob: a10a1f7e8d9840972e721734b7b3eb2ca3c0ebdd [file] [log] [blame]
{
"name": "RxARKit",
"version": "0.0.1",
"summary": "description of RxARKit.",
"description": "RxARKit.",
"homepage": "https://github.com/SylvanasX/RxARKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sy": "yuanpeitao@gmail.com"
},
"source": {
"git": "https://github.com/SylvanasX/RxARKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RxARKit/Classes/**/*",
"frameworks": [
"ARKit",
"MapKit"
],
"dependencies": {
"RxSwift": [
"~> 4.2.0"
],
"RxCocoa": [
"~> 4.2.0"
]
}
}