[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 1 / MBDebugPanel / 0.2.1 / MBDebugPanel.podspec.json
blob3c019935d8bd555ec00289abe70e060b30334d23
2   "name": "MBDebugPanel",
3   "version": "0.2.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.2.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"