[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 0.8.1 / WPMediaPicker.podspec.json
blob9e8b141a646e1d969e07a63b70b8e79f62d175af
2   "name": "WPMediaPicker",
3   "version": "0.8.1",
4   "summary": "WPMediaPicker is an iOS controller that allows capture and picking of media assets.",
5   "description": "WPMediaPicker is an iOS controller that allows capture and picking of media assets.\nIt allows:\n* Multiple selection of media.\n* Capture of new media while selecting",
6   "homepage": "https://github.com/wordpress-mobile/MediaPicker-iOS",
7   "screenshots": "https://raw.githubusercontent.com/wordpress-mobile/WPMediaPicker/master/screenshots_1.jpg",
8   "license": "GPL",
9   "authors": {
10     "WordPress": "mobile@automattic.com"
11   },
12   "source": {
13     "git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
14     "tag": "0.8.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "WPMediaPicker": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "Photos",
30     "AVFoundation",
31     "ImageIO"
32   ]