[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / b / f / SHAlertViewBlocks / 1.2.1 / SHAlertViewBlocks.podspec.json
blob8173a6459611a71767c39858e58a918554b9e9a9
2   "name": "SHAlertViewBlocks",
3   "version": "1.2.1",
4   "summary": "Prefixed UIAlertView category with blocks - Swizzle and libffi free!",
5   "description": "\n                    UIAlertView buttons 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                    * UIAlertView are 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/SHAlertViewBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHAlertViewBlocks.git",
13     "tag": "1.2.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHAlertViewBlocks/**/*.{h,m}",
19   "requires_arc": true