[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 1 / 0 / WDAlertController / 0.0.2 / WDAlertController.podspec.json
blob766096921d2a58ce04518acf8f799630183d4b40
2   "name": "WDAlertController",
3   "version": "0.0.2",
4   "summary": "An alertController just like UIAlertController,Supports rich Text",
5   "description": "类似于系统UILAlertController,支持富文本内容和标题。An alertController just like UIAlertController,Supports rich Text.",
6   "homepage": "http://github.com/DLsunset/WDAlertController",
7   "license": "MIT",
8   "authors": {
9     "董雷": "donglei1115@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "http://github.com/DLsunset/WDAlertController.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "WDAlertController",
20     "WDAlertController/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ]
28   }