blob: 9fee8fa3d2031fd5d20246b1270a6dbaffdcd37d [file] [log] [blame]
{
"name": "BCLRedirectingURLCache",
"version": "0.1.1",
"summary": "A NSURLCache subclass for redirecting requests.",
"description": "BCLRedirectingURLCache allows requests to be redirected to local or remote files. Potential uses:\n+ Remove dependancies on in-development web services\n+ Testing of network code\n+ Provide static content to web views.\n\n",
"homepage": "https://github.com/BenedictC/BCLRedirectingURLCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benedict Cohen": "ben@benedictcohen.co.uk"
},
"social_media_url": "http://twitter.com/BenedictC",
"source": {
"git": "https://github.com/BenedictC/BCLRedirectingURLCache.git",
"tag": "0.1.1"
},
"source_files": [
"BCLRedirectingURLCache",
"BCLRedirectingURLCache/**/*.{h,m}"
],
"requires_arc": true
}