[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / a / e / HEAlert / 0.5 / HEAlert.podspec.json
blob5a27198da189f2f34f016259e5db226ccd8b6bea
2   "name": "HEAlert",
3   "version": "0.5",
4   "homepage": "https://github.com/HsoiEnterprises/HEAlert",
5   "source": {
6     "git": "https://github.com/HsoiEnterprises/HEAlert.git",
7     "tag": "v0.5"
8   },
9   "summary": "A convenience around UIAlertController, because sometimes you just want to say \"OK\".",
10   "authors": {
11     "John C. Daub (@hsoi)": "hsoi@hsoienterprises.com"
12   },
13   "social_media_url": "https://twitter.com/hsoienterprises",
14   "description": "UIAlertController is awesome, but sometimes it's too much. How many times do you simply alert with a message and an \"OK\" button? Easy with UIAlertView, but cumbersome with UIAlertController.\n\nThat's why I created HEAlert.",
15   "requires_arc": true,
16   "license": {
17     "type": "BSD 3-clause “New” or “Revised”",
18     "file": "LICENSE"
19   },
20   "source_files": [
21     "HEAlert/*.swift",
22     "HEAlert/*.h"
23   ],
24   "platforms": {
25     "ios": "8.0"
26   },
27   "module_name": "HEAlert"