blob: 7a57a142c784681c4428aa855c9c040f357b49eb [file] [log] [blame]
{
"name": "DIYAssetPicker",
"version": "0.1.1",
"license": "Apache License, Version 2.0",
"summary": "Drop-in UIImagePickerController replacement, now with filters and orientations.",
"homepage": "https://github.com/dongle/AssetPicker",
"authors": {
"Jon Beilin": "jon@diy.org"
},
"source": {
"git": "https://github.com/dongle/AssetPicker.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DIYAssetPicker/*.{h,m,png}",
"frameworks": [
"UIKit",
"AssetsLibrary",
"Foundation",
"CoreGraphics"
],
"requires_arc": false
}