[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 7 / 1 / RTAlert / 0.0.1 / RTAlert.podspec.json
blob0850d47fcfe3a851a4ad1e6c989ec64668483b4d
2   "name": "RTAlert",
3   "version": "0.0.1",
4   "summary": "RTAlert is used instead of UIAlertController.",
5   "description": "Sample alert.",
6   "homepage": "https://github.com/FuihuiC",
7   "license": "MIT",
8   "authors": {
9     "ENUUI": "ENUUI_C@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/FuihuiC/RTAlert.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "RTAlert/core/*.{h,m}",
20     "RTAlert/*.{h,m}"
21   ],
22   "public_header_files": [
23     "RTAlert/*.h",
24     "RTAlert/core/RTAlertController.h",
25     "RTAlert/core/RTActionItem.h"
26   ]