[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 6 / 4 / 9 / RZDebugMenu / 0.2.0 / RZDebugMenu.podspec.json
blobfb4f53fc4d036e05aa2bc04a959f686fac79f1f9
2   "name": "RZDebugMenu",
3   "version": "0.2.0",
4   "summary": "In-app settings bundle using the plist API in XCode",
5   "description": "                   RZDebugMenu mimics the behavior of a Settings.bundle, but is globally available within your app so you can change whatever setting you'd like at any point.\n",
6   "homepage": "https://github.com/Raizlabs/RZDebugMenu",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Clayton Rieck": "cjrieck123@gmail.com",
12     "Nick Donalodson": "ndonald2@gmail.com",
13     "Michael Gorbach": "michael.gorbach@raizlabs.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Raizlabs/RZDebugMenu.git",
20     "tag": "0.2.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true,
28   "dependencies": {
29     "FXForms": [
30       "~>1.2"
31     ]
32   }