[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 8 / 3 / SWCommonAlert / 0.0.1 / SWCommonAlert.podspec.json
blob70f805cf0e4142a606bc0851cceb76e202a4719b
2   "name": "SWCommonAlert",
3   "version": "0.0.1",
4   "summary": "在 CFAlertViewController 的基础上封装的便利的方法",
5   "description": "根据平时项目的需要在 CFAlertViewController 的基础上封装的便利的方法",
6   "homepage": "https://github.com/547/SWAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Seven Wang",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/547/SWAlert.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "SWAlert",
21     "SWAlert/**/*.{h,m,swift}"
22   ],
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "CFAlertViewController": [
29       "~> 3.1"
30     ]
31   },
32   "swift_versions": "5.0",
33   "swift_version": "5.0"