[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / HEAlert / 0.4.2 / HEAlert.podspec.json
blob11ce502118a7ed932d79780abfa24f074fb03070
2   "name": "HEAlert",
3   "version": "0.4.2",
4   "homepage": "https://github.com/HsoiEnterprises/HEAlert",
5   "source": {
6     "git": "https://github.com/HsoiEnterprises/HEAlert.git",
7     "tag": "v0.4.2"
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   "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\n                        That's why I created HEAlert.\n",
14   "requires_arc": true,
15   "license": {
16     "type": "BSD 3-clause “New” or “Revised”",
17     "file": "LICENSE"
18   },
19   "source_files": [
20     "HEAlert/*.swift",
21     "HEAlert/*.h"
22   ],
23   "platforms": {
24     "ios": "8.0"
25   }