[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / 2 / KRAlert / 0.0.7 / KRAlert.podspec.json
blobf588fce811f19d8c301aa25847f3260cc8cd8209
2   "name": "KRAlert",
3   "version": "0.0.7",
4   "summary": "KRAlert is a wrapper of UIAlertController to simplify its usage in typical cases",
5   "homepage": "https://github.com/ulian-onua/KRAlert",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Julian Drapaylo": "ulian.onua@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ulian-onua/KRAlert.git",
18     "tag": "0.0.7"
19   },
20   "source_files": "Source/*.{swift}",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.2"
23   },
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true