[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / 2 / MBProgressHUDEasy / 1.0.1 / MBProgressHUDEasy.podspec.json
blobd0bceaec9e118e6256d3b1ac907390184894ffac
2   "name": "MBProgressHUDEasy",
3   "version": "1.0.1",
4   "summary": "MBProgressHUDEasy Kit",
5   "description": "MBProgressHUDEasy 开源库",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "license": {
10     "type": "Copyright",
11     "text": "Zac Inc. 2017"
12   },
13   "homepage": "https://github.com/zac-wang/MyOtherLib.git",
14   "authors": {
15     "王志超": "love_iphone@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/zac-wang/MyOtherLib.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "MBProgressHUDEasy/**/*.{h,m,c,mm}",
22   "public_header_files": "MBProgressHUDEasy/**/*.{h}",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "ios": {
29     "dependencies": {
30       "MBProgressHUD": [
31         "~> 1.1.0"
32       ]
33     }
34   }