[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 5 / 3 / GenericCellControllers / 1.1.0 / GenericCellControllers.podspec.json
blob57c781ed1faa859277730938b45196acce1aefd0
2   "name": "GenericCellControllers",
3   "version": "1.1.0",
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",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Javier Valdera": "javier.valdera@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Busuu/generic-cell-controllers.git",
18     "tag": "1.1.0"
19   },
20   "source_files": "GenericCellControllers/Source/**/*.{h,m,swift}",
21   "public_header_files": "GenericCellControllers/Source/**/*.h",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   }