blob: 202a622180fbb1f357fe767aad89f517ac2b2829 [file] [log] [blame]
{
"name": "RMImagePicker",
"version": "0.1.3",
"summary": "iOS image picker with single and multiple selection written in Swift using Apple PhotoKit.",
"description": " iOS image picker with single and multiple selection\n written in Swift using Apple PhotoKit.\n",
"homepage": "https://github.com/maxdrift/RMImagePicker",
"license": "MIT",
"authors": {
"Riccardo Massari": "maxdrift85@gmail.com"
},
"source": {
"git": "https://github.com/maxdrift/RMImagePicker.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/maxdrift",
"platforms": {
"ios": "8.1"
},
"source_files": "Source/*.swift",
"resources": [
"Source/RMImages.xcassets/tick_selected.imageset/*.png",
"Source/RMImages.xcassets/tick_deselected.imageset/*.png",
"Source/*.xib"
],
"requires_arc": true,
"frameworks": "Photos"
}