blob: 40dedc525798576b63e8f37acb8418969c3ba706 [file] [log] [blame]
{
"name": "VOKMockUrlProtocol",
"version": "1.0.0",
"platforms": {
"ios": "6.0"
},
"summary": "A url protocol that parses and returns fake responses with mock data.",
"homepage": "https://github.com/vokalinteractive/VOKMockUrlProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VOKAL Interactive": "hello@vokalinteractive.com"
},
"source": {
"git": "https://github.com/vokalinteractive/VOKMockUrlProtocol.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"ILGHttpConstants": [
"~> 1.0.0"
]
}
}