[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 3 / 0 / MTURLProtocol / 0.1.0 / MTURLProtocol.podspec.json
blobeb6ea57cc9fa73c2906846f8ba9d1fb3c9bd28a7
2   "name": "MTURLProtocol",
3   "version": "0.1.0",
4   "summary": "Multiple NSURLProtocol alternative solution.",
5   "description": "MTURLProtocol is a subclass of NSURLProtocl and itself is subclass restricted. It is used to avoid implementing multiple NSURLProtocol subclasses in one application.",
6   "homepage": "https://github.com/douban/MTURLprotocol",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huangduyu": "duyu1010@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/douban/MTURLprotocol.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTURLProtocol/Classes/**/*"