[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 1.2 / WPMediaPicker.podspec.json
blobee30e4b6ceddfdaf76def004446db3c69258116c
2   "name": "WPMediaPicker",
3   "version": "1.2",
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": {
9     "type": "GPLv2",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "WordPress": "mobile@automattic.com",
14     "Sérgio Estêvão": "sergioestevao@gmail.com",
15     "James Frost": "james.frost@automattic.com"
16   },
17   "social_media_url": "http://twitter.com/WordPressiOS",
18   "source": {
19     "git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
20     "tag": "1.2"
21   },
22   "platforms": {
23     "ios": "10.0"
24   },
25   "requires_arc": true,
26   "source_files": "Pod/Classes",
27   "resource_bundles": {
28     "WPMediaPicker": [
29       "Pod/Assets/*.png"
30     ]
31   },
32   "public_header_files": "Pod/Classes/**/*.h",
33   "private_header_files": [
34     "Pod/Classes/WPDateTimeHelpers.h",
35     "Pod/Classes/WPImageExporter.h"
36   ],
37   "frameworks": [
38     "UIKit",
39     "Photos",
40     "AVFoundation",
41     "ImageIO"
42   ]