[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / 1 / MBDebugPanel / 0.1.1 / MBDebugPanel.podspec.json
blobb559b8c5ed724b25d5552e031435ac188b11750a
2   "name": "MBDebugPanel",
3   "version": "0.1.1",
4   "summary": "A painless, configurable, hidden panel to add shortcuts to run code, test features, or whatever you like.",
5   "description": "                       MBDebugPanel offers a simple way to embed a set of dev-mode-only features \n                       (Though you could ship it with your app if you really wanted to.)\n                        \n                       It's like the Konami code, but for your app.\n",
6   "homepage": "http://github.com/mindbody/MBDebugPanel.git",
7   "license": "MIT",
8   "authors": {
9     "Matthew Holden": "matthew.holden@mindbodyonline.com"
10   },
11   "source": {
12     "git": "https://github.com/mindbody/MBDebugPanel.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Classes/ios/*.{h,m}",
21     "Classes/ios/{private,components}/*.{h,m}"
22   ],
23   "resources": "Assets/componentCells/*.xib",
24   "private_header_files": "Classes/ios/private/*.h"