[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / a / ALRT / 0.3 / ALRT.podspec.json
blobde77438bec75bff460c48a73af0c362ea69be23d
2   "name": "ALRT",
3   "version": "0.3",
4   "summary": "ALRT is a call-site-friendly UIAlertController framework.",
5   "description": "ALRT aims to be an AL(R)Ternative to tedious UIAlertController implementation process.\n- Call-site-friendly. See Github Usages\n- Chainable UIAlertController setup both Alert and ActionSheet styles\n- Add UITextField(s) and handle when a certain UIAlertAction button is clicked\n- Preferred Action Support\n- Can handle the result of show() action both .Success and .Failure",
6   "homepage": "https://github.com/mshrwtnb/ALRT",
7   "screenshots": "https://raw.githubusercontent.com/wiki/mshrwtnb/ALRT/logobanner.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Masahiro Watanabe": "m@nsocean.org"
14   },
15   "social_media_url": "http://qiita.com/mshrwtnb",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/mshrwtnb/ALRT.git",
21     "tag": "v0.3"
22   },
23   "source_files": "ALRT/*.swift",
24   "requires_arc": true