[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / f / 2 / XLEasyKit / 0.1.1 / XLEasyKit.podspec.json
blob70eb47e2ad71618c1d8b6936a5ca3c76a25d7566
2   "name": "XLEasyKit",
3   "version": "0.1.1",
4   "summary": "提供基于UIKit的基础库",
5   "description": "实现TableView、SearchController、TextView、Label等基础类",
6   "homepage": "https://github.com/randyeasy/XLEasyKit",
7   "license": "MIT",
8   "authors": {
9     "Randy": "ouyaliang@163.com"
10   },
11   "source": {
12     "git": "https://github.com/randyeasy/XLEasyKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "XLEasyKit": [
22       "Pod/Assets/*.png",
23       "Pod/Assets/*.gif"
24     ]
25   },
26   "prefix_header_contents": [
27     "#import \"XLEApperance.h\"",
28     "#import <SDWebImage/UIButton+WebCache.h>",
29     "#import <XLEasyFoundation/XLEasyFoundation.h>",
30     "#import <PureLayout/PureLayout.h>",
31     "#import <MBProgressHUD/MBProgressHUD.h>",
32     "#import <XLEasyCache/XLEasyCache.h>",
33     "#import <XLEasyKitUtils/XLEasyKitUtils.h>"
34   ],
35   "frameworks": "UIKit",
36   "dependencies": {
37     "PureLayout": [
38       "~> 3.0.1"
39     ],
40     "SDWebImage": [
41       "~> 3.7.0"
42     ],
43     "MJRefresh": [
44       "~> 3.1"
45     ],
46     "XLEasyFoundation": [
47       "~> 0.1.0"
48     ],
49     "XLEasyKitUtils": [
50       "~> 0.1"
51     ],
52     "JSBadgeView": [
53       "~> 1.4.1"
54     ],
55     "MBProgressHUD": [
56       "~> 0.9"
57     ],
58     "YLGIFImage": [
59       "~> 0.11"
60     ],
61     "XLEasyCache": [
62       "~> 0.1.0"
63     ]
64   }