[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / a / 9 / 4 / Require / 1.0.1 / Require.podspec.json
blob11b33b884a0aba16bd84f2e05738b54d647fec27
2   "name": "Require",
3   "version": "1.0.1",
4   "summary": "Require optional values to be non-nil, or crash gracefully",
5   "description": "Easily require optional values to be non-nil, or crash gracefully",
6   "homepage": "https://github.com/johnsundell/require",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/johnsundell/require.git",
23     "tag": "1.0.1"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"