[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 5 / 4 / a / VOKMockUrlProtocol / 2.3.0 / VOKMockUrlProtocol.podspec.json
blob445cc8f7f44804ff4948cb5af21103710d23b27d
2   "name": "VOKMockUrlProtocol",
3   "version": "2.3.0",
4   "summary": "A url protocol that parses and returns fake responses with mock data.",
5   "homepage": "https://github.com/vokal/VOKMockUrlProtocol",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vokal": "ios@vokal.io"
12   },
13   "source": {
14     "git": "https://github.com/vokal/VOKMockUrlProtocol.git",
15     "tag": "2.3.0"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "tvos": "9.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": "VOKMockUrlProtocol.[hm]",
24   "dependencies": {
25     "ILGHttpConstants": [
26       "~> 2.0"
27     ],
28     "VOKBenkode": [
29       "~> 0.3"
30     ]
31   }