[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 5 / 3 / Safeguard / 2.0.0 / Safeguard.podspec.json
blob4b033243cae028685c996331ad7c652d11c85d6b
2   "name": "Safeguard",
3   "version": "2.0.0",
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.0.0"
20   },
21   "source_files": [
22     "Safeguard",
23     "Safeguard/**/*.{h,m,swift}",
24     "Safeguard/*.{h,m,swift}"
25   ],
26   "pushed_with_swift_version": "3.0"