blob: d6ac66356f084c2bce012692dcae3e27ef8fbe61 [file] [log] [blame]
{
"name": "SHWebViewBlocks",
"version": "1.1.0",
"summary": "Request Blocks for UIWebView - swizzle and libffi free!",
"description": "\n * Swizzle and junk free\n * No need to clean up after - The blocks are self maintained.\n * The UIWebView is referenced in a map with weak properties\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
"homepage": "https://github.com/seivan/SHWebViewBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHWebViewBlocks.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHWebViewBlocks/**/*.{h,m}",
"requires_arc": true
}