[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / 2 / ARCardFlicker / 0.1.0 / ARCardFlicker.podspec.json
blobc07ccfc21bbdbe265c27aa16c884e1fff6320386
2   "name": "ARCardFlicker",
3   "version": "0.1.0",
4   "swift_version": "4.2",
5   "summary": "Display flickable cards that are like a matching service in AR.",
6   "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.",
7   "homepage": "https://github.com/Matzo/ARCardFlicker",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Matzo": "ksk.matsuo@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Matzo/ARCardFlicker.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "11.4"
21   },
22   "source_files": "ARCardFlicker/Classes/**/*",
23   "resource_bundles": {
24     "ARCardFlicker": [
25       "ARCardFlicker/Assets/**/*"
26     ]
27   },
28   "dependencies": {
29     "RxSwift": [
31     ],
32     "RxCocoa": [
34     ]
35   }