blob: c07ccfc21bbdbe265c27aa16c884e1fff6320386 [file] [log] [blame]
{
"name": "ARCardFlicker",
"version": "0.1.0",
"swift_version": "4.2",
"summary": "Display flickable cards that are like a matching service in AR.",
"description": "Display flickable cards that are like a matching service in AR.\nFlicking to forward will send like.\nFlicking to other direction will skip card.",
"homepage": "https://github.com/Matzo/ARCardFlicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matzo": "ksk.matsuo@gmail.com"
},
"source": {
"git": "https://github.com/Matzo/ARCardFlicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.4"
},
"source_files": "ARCardFlicker/Classes/**/*",
"resource_bundles": {
"ARCardFlicker": [
"ARCardFlicker/Assets/**/*"
]
},
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}