[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / 3 / Safeguard / 2.1 / Safeguard.podspec.json
blob8176d19bb8731d98b4d57df85ea7200186ebdb20
2   "name": "Safeguard",
3   "version": "2.1",
4   "summary": "A lightweight, flexible tool to help identify and log issues lost in Swift's guard statements.",
5   "description": "Safeguard is a lightweight tool that extends Swift's Optional and provides simple logging configuration to help you identify areas in your code where you may have silent failures occurring more often than you'd think.",
6   "homepage": "http://www.instacart.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dan": "daniel.h.loman@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/namolnad/Safeguard.git",
19     "tag": "v2.1"
20   },
21   "source_files": [
22     "Safeguard",
23     "Safeguard/**/*.{h,m,swift}",
24     "Safeguard/*.{h,m,swift}"
25   ],
26   "pushed_with_swift_version": "3.0"