[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 1.6.1-beta.2 / WPMediaPicker.podspec.json
blob4ecb41001367a555a14957ed783584c2cd647046
2   "name": "WPMediaPicker",
3   "version": "1.6.1-beta.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.6.1-beta.2"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_versions": "5.0",
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     "Pod/Classes/UIViewController+MediaAdditions.h"
37   ],
38   "frameworks": [
39     "UIKit",
40     "Photos",
41     "AVFoundation",
42     "ImageIO"
43   ],
44   "swift_version": "5.0"