[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 6 / Dotzu / 1.8 / Dotzu.podspec.json
blob831b72b89e83b3004dc4682bf59f5927b0d3838e
2   "name": "Dotzu",
3   "version": "1.8",
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": "1.8"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "Foundation"
22     ]
23   },
24   "source_files": "Dotzu/*.swift",
25   "resources": [
26     "Dotzu/*.storyboard",
27     "Dotzu/*.xcassets",
28     "Dotzu/*.xib"
29   ],
30   "requires_arc": true,
31   "pushed_with_swift_version": "3.0"