blob: cb6e2098c4830750251f92b6b8c50088c358ddb0 [file] [log] [blame]
{
"name": "GenericCellControllers",
"version": "1.0.0",
"summary": "Framework that makes it easier to work with heterogeneous lists of data in iOS.",
"description": "Generic Cell Controllers provide protocols, implementations and extensions that will make work\nwith heterogeneous lists of data in iOS really easy. It provides a way to abstract the details \nof each particular cell configuration and management away from the View Controllers, Data \nSources and Delegates.",
"homepage": "https://github.com/Busuu/generic-cell-controllers",
"license": {
"type": "MIT"
},
"authors": {
"Javier Valdera": "javier.valdera@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Busuu/generic-cell-controllers.git",
"tag": "1.0.0"
},
"source_files": "GenericCellControllers/Source/**/*.{h,m,swift}",
"public_header_files": "GenericCellControllers/Source/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}