2 "name": "GenericCellControllers",
4 "summary": "Framework that makes it easier to work with heterogeneous lists of data in iOS.",
5 "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.",
6 "homepage": "https://github.com/Busuu/generic-cell-controllers",
11 "Javier Valdera": "javier.valdera@gmail.com"
17 "git": "https://github.com/Busuu/generic-cell-controllers.git",
20 "source_files": "GenericCellControllers/Source/**/*.{h,m,swift}",
21 "public_header_files": "GenericCellControllers/Source/**/*.h",
23 "pod_target_xcconfig": {
24 "SWIFT_VERSION": "4.0"