[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 7 / MXUILibs / 0.2.8 / MXUILibs.podspec.json
blob94fc970e626600571ed7281c55ee54778e919f26
2   "name": "MXUILibs",
3   "version": "0.2.8",
4   "summary": "MXUILibs is a UI package",
5   "description": "MXUILibs is a UI package.",
6   "homepage": "https://gitee.com/michaelxiaonull/MXUILibs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michaelxiaonull": "michaelxiaonull@gmail.com"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "UIKit",
17     "Foundation",
18     "CoreGraphics"
19   ],
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source": {
24     "git": "https://gitee.com/michaelxiaonull/MXUILibs.git",
25     "tag": "0.2.8"
26   },
27   "source_files": "MXUILibs/Classes/**/*",
28   "resources": [
29     "MXUILibs/Assets/**/*.png"
30   ],
31   "public_header_files": "Pod/Classes/**/*.h",
32   "prefix_header_file": "MXUILibs/Classes/MXHeader.h",
33   "dependencies": {
34     "MJRefresh": [
36     ],
37     "DZNEmptyDataSet": [
39     ],
40     "SVProgressHUD": [
42     ],
43     "TZImagePickerController": [
45     ],
46     "SDWebImage": [
48     ]
49   },
50   "resource_bundles": {
51     "MXUILibs": [
52       "MXUILibs/Assets/*.bundle"
53     ]
54   }