blob: 3125915a6de20a7669c7566baaea56e3feada99a [file] [log] [blame]
{
"name": "URLMock",
"version": "0.0.3",
"summary": "A Cocoa framework for mocking URL requests and responses.",
"description": " A Cocoa framework for mocking URL requests and responses.\n\n This is a work in progress.\n\n All code is licensed under the MIT license. Do with it as you will. \n",
"homepage": "https://github.com/prachigauriar/URLMock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prachi Gauriar": "prachi@twotoasters.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/prachigauriar/URLMock.git",
"tag": "0.0.3"
},
"source_files": [
"URLMock",
"URLMock/**/*.{h,m}"
],
"requires_arc": true
}