blob: 62d1ea45c556a81621269f9844b1e024b2c61bf1 [file] [log] [blame]
{
"name": "CardParts",
"version": "2.3.2",
"platforms": {
"ios": "10.0"
},
"summary": "iOS Card UI framework.",
"description": "CardParts is an iOS Card UI framework that uses MVVM and automatic data binding with RxSwift.",
"homepage": "https://github.com/intuit/CardParts",
"authors": {
"Chase Roossin": "chase_roossin@intuit.com"
},
"source": {
"git": "https://github.com/intuit/CardParts.git",
"tag": "2.3.2"
},
"license": {
"type": "Apache 2.0"
},
"resources": [
"CardParts/Assets/*.xcassets"
],
"swift_version": "4.0",
"source_files": [
"CardParts/Classes/**/*",
"CardParts/Extensions/**/*"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxDataSources": [
"~> 3.0"
],
"TTTAttributedLabel": [
]
}
}