[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / a / ALRT / 0.6 / ALRT.podspec.json
blob882f9ece526768dffd8b70105111d42af8c864dc
2   "name": "ALRT",
3   "version": "0.6",
4   "summary": "ALRT is an easy-to-create UIAlertController framework.",
5   "description": "* Easy-to-Create. as easy as 'ALRT.create(.alert).addOK().show()''\n* Chainable\n* Can add UITextField(s) and handle their values when a certain UIAlertAction button is clicked.\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": "iammshr@gmail.com"
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.6"
22   },
23   "source_files": "ALRT/*.swift",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"