[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / d / b / c / DMSplitView / 0.0.4 / DMSplitView.podspec.json
blob64ad4b276ecd499de0b0b1c9ef6c013fff11fd1c
2   "name": "DMSplitView",
3   "version": "0.0.4",
4   "summary": "A modern UISplitViewController replacement.",
5   "description": "    A split view controller built for iOS 7 that can be contained within other container view controllers.\n",
6   "homepage": "http://devmode.com/projects/dm-split-view",
7   "documentation_url": "http://devmode.com/projects/dm-split-view",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE-MIT"
11   },
12   "authors": {
13     "John E. Bailey": "john@devmode.com",
14     "Sean M. Duncan": "sean@devmode.com"
15   },
16   "social_media_url": "http://twitter.com/DevModeInc",
17   "platforms": {
18     "ios": 7.0
19   },
20   "source": {
21     "git": "https://github.com/devmode/dm-splitview.git",
22     "tag": "0.0.4"
23   },
24   "source_files": [
25     "Classes",
26     "Classes/**/*.{h,m}"
27   ],
28   "public_header_files": "Classes/**/*.h",
29   "requires_arc": true