[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / d / f / SHWebViewBlocks / 1.1.0 / SHWebViewBlocks.podspec.json
blobd6ac66356f084c2bce012692dcae3e27ef8fbe61
2   "name": "SHWebViewBlocks",
3   "version": "1.1.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.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHWebViewBlocks/**/*.{h,m}",
19   "requires_arc": true