[Add] UsercentricsUI 2.18.5
[CocoaPods.git] / Specs / a / 9 / 4 / Require / 1.0.0 / Require.podspec.json
blobe91ba0cddd230c476af7e74eb23d7266afb609c4
2   "name": "Require",
3   "version": "1.0.0",
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.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"