blob: f995d5464932789d9b88738d243fdcdc5e1d5b90 [file] [log] [blame]
{
"name": "XGAssetPickerController",
"version": "1.0.0",
"summary": "XGAssetPickerController is an iOS album picker that supports mixed multi-image,multi-video selection and preview.",
"homepage": "https://github.com/huxinguang/XGImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huxinguang": "1259198268@qq.com"
},
"social_media_url": "https://blog.csdn.net/huxinguang_ios",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huxinguang/XGImagePickerController.git",
"tag": "1.0.0"
},
"source_files": "XGAssetPickerController/**/*.{h,m}",
"public_header_files": "XGAssetPickerController/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Photos",
"AVFoundation",
"QuartzCore",
"ImageIO",
"MobileCoreServices"
],
"requires_arc": true,
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
]
}
}