[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / 8 / OHAlertView / 2.2.0 / OHAlertView.podspec.json
blobf5175e6ae34199b028bdf360bb8c5a6c717e3a75
2   "name": "OHAlertView",
3   "platforms": {
4     "ios": "4.0"
5   },
6   "version": "2.2.0",
7   "summary": "UIAlertView subclass that uses blocks to handle its callback (which make the code much more easier and readable).",
8   "description": "UIAlertView subclass that uses blocks to handle the code to execute after the user tapped a button.\n\nNo need to implement a delegate method anymore,\nand this makes it much more easier to manage especially when you use multiple AlertView in the same class.\n\nThis class also allows you to handle AlertViews with a timeout\n(it simulates a tap on the button you specify after a given number of seconds)",
9   "homepage": "https://github.com/AliSoftware/OHAlertView",
10   "license": "MIT",
11   "authors": {
12     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AliSoftware/OHAlertView.git",
16     "tag": "2.2.0"
17   },
18   "source_files": "OHAlertView/*.{m,h}",
19   "public_header_files": "OHAlertView/*.h",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true