[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / 2 / a / 9 / SHTextFieldBlocks / 1.1.1 / SHTextFieldBlocks.podspec.json
blobdd21011ff528a7643f18782cf68f590d2580fab6
2   "name": "SHTextFieldBlocks",
3   "version": "1.1.1",
4   "summary": "Prefixed UITextField 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/SHTextFieldBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHTextFieldBlocks.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHTextFieldBlocks/**/*.{h,m}",
19   "requires_arc": true