blob: 510092d63aee34d74bdf03483584013c4da47ff6 [file] [log] [blame]
{
"name": "RPLPhotoLibraryView",
"version": "0.1.0",
"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": {
"BenMaer": "ben@resplendent.co"
},
"source": {
"git": "https://github.com/Resplendent/RPLPhotoLibraryView.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RPLPhotoLibraryView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"0.1.1"
]
}
}