blob: 6901aba9c7c0fc05fe14609685bde63797c3cd29 [file] [log] [blame]
{
"name": "CardParts",
"version": "2.7.5",
"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",
"Deniz Tumer": "deniz_tumer@intuit.com",
"Bharath Urs": "bharath_urs@intuit.com"
},
"source": {
"git": "https://github.com/intuit/CardParts.git",
"tag": "2.7.5"
},
"license": {
"type": "Apache 2.0"
},
"resources": [
"CardParts/Assets/*.xcassets"
],
"swift_version": "4.2",
"source_files": "CardParts/src/**/*",
"dependencies": {
"RxSwift": [
"~> 4.4"
],
"RxCocoa": [
"~> 4.4"
],
"RxDataSources": [
"~> 3.1"
],
"RxGesture": [
"~> 2.1"
]
}
}