blob: 07e6853fdd5dbc6f49ce1a239371d3c06d5eb947 [file] [log] [blame]
{
"name": "XLEasyKit",
"version": "0.1.2",
"summary": "提供基于UIKit的基础库 已废弃 无法使用",
"description": "实现TableView、SearchController、TextView、Label等基础类",
"homepage": "https://github.com/randyeasy/XLEasyKit",
"license": "MIT",
"authors": {
"Randy": "ouyaliang@163.com"
},
"source": {
"git": "https://github.com/randyeasy/XLEasyKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XLEasyKit": [
"Pod/Assets/*.png",
"Pod/Assets/*.gif"
]
},
"prefix_header_contents": [
"#import \"XLEApperance.h\"",
"#import <SDWebImage/UIButton+WebCache.h>",
"#import <XLEasyFoundation/XLEasyFoundation.h>",
"#import <PureLayout/PureLayout.h>",
"#import <MBProgressHUD/MBProgressHUD.h>",
"#import <XLEasyCache/XLEasyCache.h>",
"#import <XLEasyKitUtils/XLEasyKitUtils.h>"
],
"frameworks": "UIKit",
"dependencies": {
"PureLayout": [
"~> 3.0.1"
],
"SDWebImage": [
"~> 3.7.0"
],
"MJRefresh": [
"~> 3.1"
],
"XLEasyFoundation": [
"~> 0.1.0"
],
"XLEasyKitUtils": [
"~> 0.1"
],
"JSBadgeView": [
"~> 1.4.1"
],
"MBProgressHUD": [
"~> 0.9"
],
"YLGIFImage": [
"~> 0.11"
],
"XLEasyCache": [
"~> 0.1.0"
]
}
}