[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 8 / OHAlertView / 3.0.0 / OHAlertView.podspec.json
blobdcf90b9a8fa936e0f14adff8dffea6029457cdee
2   "name": "OHAlertView",
3   "version": "3.0.0",
4   "summary": "AlertView helper with blocks and a simple to use API. Uses UIAlertController in iOS 8+, UIAlertView otherwise.",
5   "description": "AlertView helper that uses blocks to handle its callback.\n\n * If your deployment target is eariler than iOS 8, this will use UIAlertView\n * If your deployment target is iOS 8 or above, this will use the new UIAlertController",
6   "homepage": "https://github.com/AliSoftware/OHAlertView",
7   "license": "MIT",
8   "authors": {
9     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AliSoftware/OHAlertView.git",
13     "tag": "3.0.0"
14   },
15   "source_files": "OHAlertView/*.{m,h}",
16   "public_header_files": "OHAlertView/*.h",
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0"
24   }