[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 1.7.3-beta.1 / WPMediaPicker.podspec.json
blob3fa8800f8ec4f0d42f86324a08312c93c584c77d
2   "name": "WPMediaPicker",
3   "version": "1.7.3-beta.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/trunk/screenshots_1.jpg",
8   "license": {
9     "type": "GPLv2",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "The WordPress Mobile Team": "mobile@wordpress.org"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
21     "tag": "1.7.3-beta.1"
22   },
23   "source_files": "Pod/Classes",
24   "resource_bundles": {
25     "WPMediaPicker": [
26       "Pod/Assets/*.png"
27     ]
28   },
29   "public_header_files": "Pod/Classes/**/*.h",
30   "private_header_files": [
31     "Pod/Classes/WPDateTimeHelpers.h",
32     "Pod/Classes/WPImageExporter.h",
33     "Pod/Classes/UIViewController+MediaAdditions.h"
34   ],
35   "frameworks": [
36     "UIKit",
37     "Photos",
38     "AVFoundation",
39     "ImageIO"
40   ],
41   "swift_version": "5.0"