blob: 7a5b9f33a4bb3490fb48699388f93b8c2494b8f8 [file] [log] [blame]
{
"name": "CardParts",
"version": "2.13.0",
"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",
"Bharath Urs": "bharath_urs@intuit.com",
"Lucien Dupont": "lucien_dupont@intuit.com",
"Badarinath Venkatnarayansetty": "badarinath_venkatnarayansetty@intuit.com"
},
"source": {
"git": "https://github.com/intuit/CardParts.git",
"tag": "2.13.0"
},
"license": {
"type": "Apache 2.0"
},
"resources": [
"CardParts/Assets/*.xcassets"
],
"swift_versions": "5.0",
"source_files": "CardParts/src/**/*",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
],
"RxDataSources": [
"~> 3.1"
],
"RxGesture": [
"~> 2.2"
]
},
"swift_version": "5.0"
}