[Add] OverlapStack 1.0.0
[CocoaPods.git] / Specs / 5 / 4 / a / VOKMockUrlProtocol / 1.0.1 / VOKMockUrlProtocol.podspec.json
blob5c18740035dcb99d7a246ee7d8fc5a7f7d973286
2   "name": "VOKMockUrlProtocol",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "A url protocol that parses and returns fake responses with mock data.",
8   "homepage": "https://github.com/vokalinteractive/VOKMockUrlProtocol",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "VOKAL Interactive": "hello@vokalinteractive.com"
15   },
16   "source": {
17     "git": "https://github.com/vokalinteractive/VOKMockUrlProtocol.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "ILGHttpConstants": [
24       "~> 1.0.0"
25     ]
26   }