[Add] ScanbotSDK 6.2.0-RC4
[CocoaPods.git] / Specs / 9 / d / 5 / DLDebugView / 0.0.1 / DLDebugView.podspec.json
blob76260d362943c12ebbaa8c03fb0173cfbf6cecf2
2   "name": "DLDebugView",
3   "version": "0.0.1",
4   "summary": "A in app debug view for iOS.",
5   "description": "For now just have Log feature, will add more in future!",
6   "homepage": "https://github.com/DeliveLee/DLDebugView",
7   "license": "MIT",
8   "authors": {
9     "DeliveLee": "delivelee@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/DeliveLee/DLDebugView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "DLDebugView/*",
19   "public_header_files": "DLDebugView/DLDebugView.h",
20   "resources": "DLDebugView/Assets/*.png",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SDAutoLayout": [
29     ]
30   }