[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / b / ICDialogView / 0.1.2 / ICDialogView.podspec.json
blob7d42b188bb24f5132dbb8bbc22cc30897376be4b
2   "name": "ICDialogView",
3   "version": "0.1.2",
4   "summary": "ICDialogView是一个弹出框",
5   "description": "TODO: iOS支持多种类型弹出框,比如:webView。用法和官方UIAlertController相似",
6   "homepage": "https://github.com/LimMem/ICDialogView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LimMem": "qcl901028@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LimMem/ICDialogView.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ICDialogView/Classes/**/*",
22   "resource_bundles": {
23     "ICDialogView": [
24       "ICDialogView/Assets/*.png"
25     ]
26   }