[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 0.19 / WPMediaPicker.podspec.json
blob7638fd9278dbc1eef9811198a7d312d084ece250
2   "name": "WPMediaPicker",
3   "version": "0.19",
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": "0.19"
21   },
22   "platforms": {
23     "ios": "8.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": "Pod/Classes/WPDateTimeHelpers.h",
34   "frameworks": [
35     "UIKit",
36     "Photos",
37     "AVFoundation",
38     "ImageIO"
39   ]