[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / b / Overlog / 1.0.0 / Overlog.podspec.json
blob6e24fbdd8f9f6cf62c22f4f8ba1a38b05e192bd2
2   "name": "Overlog",
3   "version": "1.0.0",
4   "summary": "Overlay for iOS apps for easier testing and debugging.",
5   "homepage": "https://netguru.co/overlog",
6   "authors": "Netguru",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "source": {
12     "git": "https://github.com/netguru/Overlog.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "Overlog/Sources/**/*.swift",
16   "resources": "Overlog/Resources/**/*.xcassets",
17   "swift_version": "4.1",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "ResponseDetective": [
24       "~> 1.2"
25     ]
26   }