[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / f / SHWebViewBlocks / 1.0.0 / SHWebViewBlocks.podspec.json
blob0f3008e87d420b472c34600f6f86c5a31c04d1dd
2   "name": "SHWebViewBlocks",
3   "version": "1.0.0",
4   "summary": "Request Blocks for UIWebView - swizzle and libffi free!",
5   "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",
6   "homepage": "https://github.com/seivan/SHWebViewBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHWebViewBlocks.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHWebViewBlocks/**/*.{h,m}",
19   "requires_arc": true