[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 9 / d / WSAssetPickerController / 0.2.1 / WSAssetPickerController.podspec.json
blobf078692c7e3022721acbb75d0850af115450e93a
2   "name": "WSAssetPickerController",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "0.2.1",
7   "authors": "Wes Smith",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/w5mith/WSAssetPickerController",
13   "summary": "Alternative to UIImagePickerController provides the ability to select multiple images.",
14   "description": "This is an iOS, Objective-C alternative to UIImagePickerController that looks almost exactly the same, but provides the ability to select multiple images. It's as easy to setup as UIImagePickerController and it works in both portrait and landscape orientations. It requires the addition of AssetsLibrary.framework. This code uses ARC.",
15   "source": {
16     "git": "https://github.com/w5mith/WSAssetPickerController.git",
17     "tag": "v0.2.1"
18   },
19   "source_files": "src/*.{h,m}",
20   "frameworks": [
21     "QuartzCore",
22     "AssetsLibrary",
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "requires_arc": true,
27   "resources": [
28     "demo/WSAssetViewSelectionIndicator.png",
29     "demo/WSAssetViewSelectionIndicator@2x.png"
30   ],
31   "deprecated": true