[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 6 / f / CardParts / 2.10.0 / CardParts.podspec.json
blob43e7c6f64b83ec4ffddc2d65d68c543dd307dd9c
2   "name": "CardParts",
3   "version": "2.10.0",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "summary": "iOS Card UI framework.",
8   "description": "CardParts is an iOS Card UI framework that uses MVVM and automatic data binding with RxSwift.",
9   "homepage": "https://github.com/intuit/CardParts",
10   "authors": {
11     "Chase Roossin": "chase_roossin@intuit.com",
12     "Bharath Urs": "bharath_urs@intuit.com",
13     "Lucien Dupont": "lucien_dupont@intuit.com"
14   },
15   "source": {
16     "git": "https://github.com/intuit/CardParts.git",
17     "tag": "2.10.0"
18   },
19   "license": {
20     "type": "Apache 2.0"
21   },
22   "resources": [
23     "CardParts/Assets/*.xcassets"
24   ],
25   "swift_version": "5.0",
26   "source_files": "CardParts/src/**/*",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.5"
30     ],
31     "RxCocoa": [
32       "~> 4.5"
33     ],
34     "RxDataSources": [
35       "~> 3.1"
36     ],
37     "RxGesture": [
38       "~> 2.2"
39     ]
40   }