[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 2 / ModalCardFlow / 1.0.1 / ModalCardFlow.podspec.json
blobcab9a5843d6cbedc6934434d2da4f626e765839b
2   "name": "ModalCardFlow",
3   "version": "1.0.1",
4   "summary": "A Swift library to setup card views and the card view flow",
5   "description": "The UI framework allows any view controllers are able to start the flow of card views and pass context within flow.",
6   "homepage": "https://github.com/michilin/ModalCardFlow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mickey Lee": "rruubb@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/michilin/ModalCardFlow.git",
20     "branch": "master",
21     "tag": "1.0.1"
22   },
23   "source_files": [
24     "ModalCardFlow/*.swift",
25     "ModalCardFlow/ModalCardFlow.h",
26     "ModalCardFlow/*.xib"
27   ],
28   "exclude_files": [
29     "ModalCardFlowTests/*",
30     "ModalCardFlowExample/*"
31   ],
32   "swift_version": "5.0"