[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / 6 / Dotzu / 0.3 / Dotzu.podspec.json
blob406d12c2222945387a4000d735b144e6381f6485
2   "name": "Dotzu",
3   "version": "0.3",
4   "license": "MIT",
5   "summary": "iOS debugger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app.",
6   "homepage": "https://github.com/remirobert/Dotzu",
7   "social_media_url": "https://twitter.com/remi936",
8   "authors": {
9     "RĂ©mi ROBERT": "remirobert33530@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/remirobert/Dotzu.git",
13     "tag": "0.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "Foundation"
22     ],
23     "resource_bundles": {
24       "Dotzu": "Dotzu/*.xcassets"
25     }
26   },
27   "source_files": "Dotzu/*.swift",
28   "resources": [
29     "Dotzu/*.storyboard"
30   ],
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"