[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 7 / 0 / With / 1.1.1 / With.podspec.json
bloba349d085a58549cbf9e42cead18148ddd9b28dc3
2   "name": "With",
3   "version": "1.1.1",
4   "swift_versions": [
5     "5.0"
6   ],
7   "authors": {
8     "capnslipp": "With@capnslipp.com"
9   },
10   "social_media_url": "https://twitter.com/capnslipp",
11   "license": {
12     "type": "Public Domain",
13     "file": "LICENSE"
14   },
15   "homepage": "https://github.com/capnslipp/With",
16   "source": {
17     "git": "https://github.com/capnslipp/With.git",
18     "tag": "podspec/1.1.1"
19   },
20   "summary": "A Swift µ-Library Providing a with(…) { … } Statement",
21   "description": "With is a Swift micro-library that provides a `with` statement, similar to what's built into Python, JavaScript, Visual Basic, Object Pascal, Delphi, C#, & Kotlin.",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9"
25   },
26   "source_files": "Sources/**/*",
27   "swift_version": "5.0"