[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 8 / 7 / UIAlert+Blocks / 1.0.0 / UIAlert+Blocks.podspec.json
blob5cc4815f4bc55520dc9b03f299a0018f1d3773cd
2   "name": "UIAlert+Blocks",
3   "version": "1.0.0",
4   "summary": "A category on UIAlertView for using blocks instead of delegate methods with enums for most standard titles and button names.",
5   "description": "A cetogory on UIAlertView that adds blocks and button titles enums. Handy and clear methods that save from using delegation.",
6   "homepage": "https://github.com/Bogdan-Stasjuk/UIAlert-Blocks",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Bogdan-Stasjuk/UIAlert-Blocks.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/Bogdan_Stasjuk",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "UIAlert+Blocks/*.{h,m}",
24   "public_header_files": "UIAlert+Blocks/*.h"