[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 3 / 0 / MTURLProtocol / 0.1.2 / MTURLProtocol.podspec.json
blob23e92456fd34b9e46fc11761c0ac780df0d65e45
2   "name": "MTURLProtocol",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTURLProtocol/Classes/**/*"