[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / e / 2 / RTSMTableSectionManager / 0.1.0 / RTSMTableSectionManager.podspec.json
blobc9ef5b6dd2b14240ee274f8cbd12f4ee35bfe1d5
2   "name": "RTSMTableSectionManager",
3   "version": "0.1.0",
4   "summary": "A tool to help manage a relationship between enum types and UITableView sections.",
5   "homepage": "https://github.com/Resplendent/RTSMTableSectionManager",
6   "license": "MIT",
7   "authors": {
8     "Benjamin Maer": "ben@resplendent.co"
9   },
10   "source": {
11     "git": "https://github.com/Resplendent/RTSMTableSectionManager.git",
12     "tag": "v0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "RTSMTableSectionManager": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "ResplendentUtilities": [
26       "~> 0.4"
27     ]
28   }