blob: 901e55071308fe4857254b352530db33d8668114 [file] [log] [blame]
{
"name": "SHWebViewBlocks",
"version": "1.3.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.3.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHWebViewBlocks/**/*.{h,m}",
"requires_arc": true
}