[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 0.11 / WPMediaPicker.podspec.json
blob8d0f4ac5d497247bc9c4deb3d5e60ab91b889440
2   "name": "WPMediaPicker",
3   "version": "0.11",
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.11"
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   ]