[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 2 / GopherURLProtocol / 0.0.1 / GopherURLProtocol.podspec.json
blob57fbb493b5065a0d2eef3f31b4a803cde0112f5a
2   "name": "GopherURLProtocol",
3   "version": "0.0.1",
4   "summary": "Gopher network protocol support for iOS and macOS",
5   "description": "NSURLProtocol subclass with support for the Gopher network protocol.",
6   "homepage": "https://github.com/freddietilley/GopherURLProtocol",
7   "license": "BSD-License 2",
8   "authors": {
9     "Freddie Tilley": "freddie.tilley@impending.nl"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/freddietilley/GopherURLProtocol.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "GopherURLProtocol/GopherURLProtocol.h",
21     "GopherURLProtocol/GopherURLProtocol.m"
22   ]