[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 6 / f / CardParts / 2.3.2 / CardParts.podspec.json
blob62d1ea45c556a81621269f9844b1e024b2c61bf1
2   "name": "CardParts",
3   "version": "2.3.2",
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   },
13   "source": {
14     "git": "https://github.com/intuit/CardParts.git",
15     "tag": "2.3.2"
16   },
17   "license": {
18     "type": "Apache 2.0"
19   },
20   "resources": [
21     "CardParts/Assets/*.xcassets"
22   ],
23   "swift_version": "4.0",
24   "source_files": [
25     "CardParts/Classes/**/*",
26     "CardParts/Extensions/**/*"
27   ],
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.0"
31     ],
32     "RxCocoa": [
33       "~> 4.0"
34     ],
35     "RxDataSources": [
36       "~> 3.0"
37     ],
38     "TTTAttributedLabel": [
40     ]
41   }