[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / f / 2 / MultiStyleAlert / 0.1.1 / MultiStyleAlert.podspec.json
blob1f3cd9aae3cb31fc13c58ea647bec44e6dc20ae2
2   "name": "MultiStyleAlert",
3   "version": "0.1.1",
4   "summary": "UIAlertController multi-style, using KVC to achieve",
5   "description": "使用 KVC 更改 UIAlertController 的title,message and alert action 显示颜色和字体",
6   "homepage": "https://github.com/lianleven/MultiStyleAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lianleven": "lianleven@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lianleven/MultiStyleAlert.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MultiStyleAlert/**/*.{h,m}",
22   "requires_arc": true