[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / e / a / RPLPhotoLibraryView / 0.1.3 / RPLPhotoLibraryView.podspec.json
blob818431a872230058f0276995c1196b6a7b1c7c96
2   "name": "RPLPhotoLibraryView",
3   "version": "0.1.3",
4   "summary": "RPLPhotoLibraryView provides a UIView subclass that can shows the user's photos from their gallery in a collection view.",
5   "homepage": "https://github.com/Resplendent/RPLPhotoLibraryView",
6   "license": "MIT",
7   "authors": {
8     "Benjamin Maer": "ben@resplendent.co"
9   },
10   "source": {
11     "git": "https://github.com/Resplendent/RPLPhotoLibraryView.git",
12     "tag": "v0.1.3"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "RPLPhotoLibraryView": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "ResplendentUtilities": [
26       "~> 0.4.0"
27     ]
28   }