[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / a / KRNAlert / 0.0.3 / KRNAlert.podspec.json
blob0ded564c4902220104ffebdbcb362386749dabb7
2   "name": "KRNAlert",
3   "version": "0.0.3",
4   "summary": "KRNAlert is a wrapper of UIAlertController to simplify its usage in typical cases",
5   "homepage": "https://github.com/ulian-onua/KRNAlert",
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/KRNAlert.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "KRNAlert/*.{h,m}",
21   "public_header_files": "KRNAlert/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true