[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / e / Droar / 1.0.1 / Droar.podspec.json
blob5232584a4afc8a3835c288504f4fb3357fa60203
2   "name": "Droar",
3   "version": "1.0.1",
4   "summary": "A runtime debugging tool for iOS.",
5   "description": "Droar is a useful tool for displaying runtime information and settings, useful for debugging.",
6   "homepage": "https://github.com/Janglinator/Droar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Janglinator": "njangula@myriadmobile.com"
13   },
14   "source": {
15     "git": "https://github.com/Janglinator/Droar.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Droar/Classes/**/*",
22   "resource_bundles": {
23     "Droar": [
24       "Droar/Classes/**/*.{xib,png,jpeg,jpg,txt}"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SDVersion": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"