[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 7 / 9 / svanichkin_Alert / 3.2.1 / svanichkin_Alert.podspec.json
blobcaecac8b6515688cf1d66bdbe64c1793f59121a6
2   "name": "svanichkin_Alert",
3   "version": "3.2.1",
4   "summary": "Class for easy creation of alerts. Errors, actions, etc.",
5   "description": "This class is designed to facilitate the creation of alert windows. The class allows you to create alerts anywhere in the code, with buttons, with built-in translations for buttons. Allows you to create action sheets in the same convenient way. Controls pressing of buttons in the form of a block.",
6   "homepage": "https://github.com/svanichkin/Alert",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Sergey Vanichkin": "sergey@vanichkin.ru"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/svanichkin/Alert.git",
16     "tag": "3.2.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "public_header_files": "Classes/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true