[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / a / RPLPhotoLibraryView / 0.1.4 / RPLPhotoLibraryView.podspec.json
blob932bf40d0888b8137a2a73622e9f61e3e6b5f270
2   "name": "RPLPhotoLibraryView",
3   "version": "0.1.4",
4   "summary": "RPLPhotoLibraryView provides a UIView subclass that can shows the user's photos from their gallery in a collection view.",
5   "description": "Provides `RPLPhotoLibraryView`, a class which shows the users gallery images in a collection view with 3 columns, and scrolls vertically.\n\nCan flip the order with property `reverseAssetOrder`, and can be told to scroll to the top of the colleciton view.\n\nOffers two delegates:\n* `assetSelectionDelegate` - for handling when the user selects an asset.\n* `scrollDelegate` - offers a few methods for handling scrolling events.\nTODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Resplendent/RPLPhotoLibraryView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Maer": "ben@resplendent.co"
13   },
14   "source": {
15     "git": "https://github.com/Resplendent/RPLPhotoLibraryView.git",
16     "tag": "v0.1.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "RPLPhotoLibraryView/Classes/**/*",
22   "dependencies": {
23     "ResplendentUtilities": [
24       "~> 0.5.0"
25     ]
26   }