blob: 64ad4b276ecd499de0b0b1c9ef6c013fff11fd1c [file] [log] [blame]
{
"name": "DMSplitView",
"version": "0.0.4",
"summary": "A modern UISplitViewController replacement.",
"description": " A split view controller built for iOS 7 that can be contained within other container view controllers.\n",
"homepage": "http://devmode.com/projects/dm-split-view",
"documentation_url": "http://devmode.com/projects/dm-split-view",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": {
"John E. Bailey": "john@devmode.com",
"Sean M. Duncan": "sean@devmode.com"
},
"social_media_url": "http://twitter.com/DevModeInc",
"platforms": {
"ios": 7.0
},
"source": {
"git": "https://github.com/devmode/dm-splitview.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}