[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 9 / d / WSAssetPickerController / 0.2.0 / WSAssetPickerController.podspec.json
blobfbeb108785c552f97d5e71a8d4c4d4ea4c22d8d7
2   "name": "WSAssetPickerController",
3   "platforms": {
4     "ios": 5.0
5   },
6   "version": "0.2.0",
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.0"
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   ]