[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / f / 6 / Dotzu / 0.4 / Dotzu.podspec.json
blob388c2f6dd0fa7f01f2568c2d77884c87ad8a6f10
2   "name": "Dotzu",
3   "version": "0.4",
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.4"
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   ],
28   "resource_bundles": {
29     "Dotzu": [
30       "Dotzu/*.xcassets",
31       "Dotzu/*.storyboard",
32       "Dotzu/*.xib"
33     ]
34   },
35   "requires_arc": true,
36   "pushed_with_swift_version": "3.0"