[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 2 / FXAlertView / 1.0.5 / FXAlertView.podspec.json
blob24b58e606b2c6afec78155a6f4a5f6d95c69efff
2   "name": "FXAlertView",
3   "version": "1.0.5",
4   "summary": "自定义alertView,可以添加图片button,文字button,文字和图片结合button,中间视图可以根据需求自定义",
5   "homepage": "https://github.com/zfx5130/FXAlertView",
6   "license": "MIT",
7   "authors": {
8     "thomas": "dui1cuo@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/zfx5130/FXAlertView.git",
15     "tag": "1.0.5"
16   },
17   "source_files": [
18     "FXAlertView",
19     "FXAlertView/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "~> 0.6.4"
25     ]
26   }