[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 5 / f / SHControlBlocks / 1.2.0 / SHControlBlocks.podspec.json
blob9351d5b3965c62971fd24418375a4d36c1f7b1fd
2   "name": "SHControlBlocks",
3   "version": "1.2.0",
4   "summary": "Prefixed UIControl category with blocks, auto-removed. Swizzle free!",
5   "description": "\n                    UIControl events with 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 control blocks are self maintained.\n                    * Controls are referenced in a map with weak properties\n                    * Auto remove control from outlets and all actions when removing all the blocks\n                    * Prefixed selectors.\n                    * Minimum clutter on top of the public interface.\n                    \n",
6   "homepage": "https://github.com/seivan/SHControlBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHControlBlocks.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHControlBlocks/**/*.{h,m}",
19   "requires_arc": true