blob: d0cf16a57e791e7825e1cc39b41b5e9d1d4d5f1e [file] [log] [blame]
{
"name": "XLEasyImageSelect",
"version": "0.1.0",
"summary": "简单的图片选择器,类似于微信",
"description": "图片的批量选择,图片的单张选择(相册、拍照)编辑",
"homepage": "https://github.com/randyeasy/XLEasyImageSelect",
"license": "MIT",
"authors": {
"Randy": "ouyaliang@163.com"
},
"source": {
"git": "https://github.com/randyeasy/XLEasyImageSelect.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XLEasyImageSelect": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"PureLayout": [
"~> 3.0.1"
],
"XLEasyKitUtils": [
"~> 0.1.0"
],
"LLSimpleCamera": [
"~> 4.1"
]
},
"prefix_header_contents": [
"#import <XLEasyKitUtils/XLEasyKitUtils.h>",
"#import <PureLayout/PureLayout.h>",
"#import \"UIImage+XLEI.h\""
]
}