[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / e / 5 / SHTextViewBlocks / 1.1.0 / SHTextViewBlocks.podspec.json
blob2cbcb396babfb44de470192a22ad71dee9cb6f4f
2   "name": "SHTextViewBlocks",
3   "version": "1.1.0",
4   "summary": "Prefixed UITextView category replacing delegate calls with blocks. without libffi and swizzling.",
5   "description": "\n                    Delegate callbacks via blocks.\n                    Blocks are hold with a weak reference so you don't have to cleanup when your object is gone.\n  \n                    * Swizzle and junk free\n                    * No need to clean up after - The blocks are self maintained.\n                    * Prefixed selectors.\n                    * Minimum clutter on top of the public interface.\n                    \n",
6   "homepage": "https://github.com/seivan/SHTextViewBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHTextViewBlocks.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHTextViewBlocks/**/*.{h,m}",
19   "requires_arc": true