[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 9 / d / WSAssetPickerController / 0.0.1 / WSAssetPickerController.podspec.json
blobb15800a9842179b5dccf4de60f9fbd3da896332f
2   "name": "WSAssetPickerController",
3   "version": "0.0.1",
4   "authors": "Wes Smith",
5   "license": {
6     "type": "Apache License, Version 2.0",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/w5mith/WSAssetPickerController",
10   "summary": "Alternative to UIImagePickerController provides the ability to select multiple images.",
11   "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.",
12   "source": {
13     "git": "https://github.com/w5mith/WSAssetPickerController.git",
14     "commit": "27e51f921d67603cb58ab8cf8ac3b1bae3f1ff39"
15   },
16   "source_files": "src/*.{h,m}",
17   "platforms": {
18     "ios": 5.0
19   },
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   "prefix_header_file": "demo/WSAssetPickerController-Prefix.pch"