blob: 818431a872230058f0276995c1196b6a7b1c7c96 [file] [log] [blame]
{
"name": "RPLPhotoLibraryView",
"version": "0.1.3",
"summary": "RPLPhotoLibraryView provides a UIView subclass that can shows the user's photos from their gallery in a collection view.",
"homepage": "https://github.com/Resplendent/RPLPhotoLibraryView",
"license": "MIT",
"authors": {
"Benjamin Maer": "ben@resplendent.co"
},
"source": {
"git": "https://github.com/Resplendent/RPLPhotoLibraryView.git",
"tag": "v0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RPLPhotoLibraryView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"~> 0.4.0"
]
}
}