blob: c848a90844eaf06a7745b0bbc4aa77e9ef5c80a8 [file] [log] [blame]
{
"name": "DSImagePicker",
"version": "0.1.2",
"summary": "An easy way to pick photos using PhotosKit",
"description": "An easy way to pick photos using PhotosKit. With support for extensions like FB, VK.\n",
"homepage": "https://github.com/diejmon/DSImagePicker",
"license": "MIT",
"authors": {
"Alexander Belyavskiy": "diejmon@gmail.com"
},
"source": {
"git": "https://github.com/diejmon/DSImagePicker.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/diejmon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DSImagePickerBundle": [
"Pod/Assets/*.{png,xib,strings}"
]
},
"frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"SDWebImage": [
],
"DSImageView": [
],
"DSActivityIndicatorSDWebImage": [
]
}
}