[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 6 / 5 / YQAlertingView / 0.0.1 / YQAlertingView.podspec.json
blob10633cd2af0191621edde081340e5467c05a22f0
2   "name": "YQAlertingView",
3   "version": "0.0.1",
4   "summary": "一个简单易用的提示框.",
5   "homepage": "https://github.com/QuinceyYang/YQAlertView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "QuinceyYang": "yqing555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/QuinceyYang/YQAlertView.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "YQAlertView/YQAlertView/*.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "resources": "YQAlertView/Images/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "YQButton": [
26       "~> 1.2"
27     ]
28   }