[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 5 / 3 / Safeguard / 2.0.1 / Safeguard.podspec.json
blobc9ac98590ba6693ecc779f841c68a1fec1b7628c
2   "name": "Safeguard",
3   "version": "2.0.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.0.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"