blob: e08761d93974564e657ea33189e64b4333a703d9 [file] [log] [blame]
{
"name": "DIYAssetPicker",
"version": "0.2.0",
"license": "Apache License, Version 2.0",
"summary": "Drop-in UIImagePickerController replacement w/ landscape support.",
"homepage": "https://github.com/dongle/AssetPicker",
"authors": {
"Jon Beilin": "jon@diy.org"
},
"source": {
"git": "https://github.com/dongle/AssetPicker.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DIYAssetPicker/*.{h,m,png}",
"frameworks": [
"UIKit",
"AssetsLibrary",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"requires_arc": false
}