[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / b / c / DMSplitView / 0.0.3 / DMSplitView.podspec.json
blob8d8ae8a949cac3f29cf7f6f780765f447aeb159e
2   "name": "DMSplitView",
3   "version": "0.0.3",
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://github.com/devmode/dm-splitview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": {
12     "John E. Bailey": "john@devmode.com",
13     "Sean M. Duncan": "sean@devmode.com"
14   },
15   "social_media_url": "http://twitter.com/DevModeInc",
16   "platforms": {
17     "ios": 7.0
18   },
19   "source": {
20     "git": "https://github.com/devmode/dm-splitview.git",
21     "tag": "0.0.3"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "public_header_files": "Classes/**/*.h",
28   "requires_arc": true