blob: b23efbff5cf87e74e33a216a88bee2a57cf573c7 [file] [log] [blame]
{
"name": "DDImagePiker",
"version": "0.0.1",
"summary": "Used for the selection of images in assetlibrary or takePhoto.",
"homepage": "https://github.com/393385724/DDImagePiker",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDImagePiker.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DDImagePiker/**/**/*.{h,m}",
"resources": "DDImagePiker/**/**/*.{png,jpeg,jpg,xib,xcassets}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Photos",
"AssetsLibrary",
"AVFoundation",
"UIKit"
],
"dependencies": {
"DDCoreCategory": [
]
}
}