[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 6 / f / CardParts / 2.3.3 / CardParts.podspec.json
blob34a470924ca68b4cd987856ba953444bff91ac1e
2   "name": "CardParts",
3   "version": "2.3.3",
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     "Deniz Tumer": "deniz_tumer@intuit.com",
13     "Bharath Urs": "bharath_urs@intuit.com"
14   },
15   "source": {
16     "git": "https://github.com/intuit/CardParts.git",
17     "tag": "2.3.3"
18   },
19   "license": {
20     "type": "Apache 2.0"
21   },
22   "resources": [
23     "CardParts/Assets/*.xcassets"
24   ],
25   "swift_version": "4.0",
26   "source_files": "CardParts/src/**/*",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.0"
30     ],
31     "RxCocoa": [
32       "~> 4.0"
33     ],
34     "RxDataSources": [
35       "~> 3.0"
36     ],
37     "TTTAttributedLabel": [
39     ]
40   }