blob: 69210e5ab218b4c78983f0e78de34e4e8bc0eb03 [file] [log] [blame]
{
"name": "URLMock",
"version": "0.0.2",
"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.2"
},
"source_files": [
"URLMock",
"URLMock/**/*.{h,m}"
],
"exclude_files": "URLMock/Utilities/UMKTestUtilities.{h,m}",
"requires_arc": true
}