[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / a / 6 / f / CardParts / 2.3.1 / CardParts.podspec.json
blob66f90f0a84188e1d82e84ff343123d2f8fee32be
2   "name": "CardParts",
3   "version": "2.3.1",
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.1"
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   }