[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / WPMediaPicker / 0.4.5 / WPMediaPicker.podspec.json
blobf49999dcf2c1a854da833c9efb313b57cde2ad18
2   "name": "WPMediaPicker",
3   "version": "0.4.5",
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.\n                       It allows:\n                       * Multiple selection of media.\n                       * Capture of new media while selecting\n",
6   "homepage": "https://github.com/wordpress-mobile/MediaPicker-iOS",
7   "screenshots": "https://raw.githubusercontent.com/wordpress-mobile/WPMediaPicker/master/screenshots_1.jpg",
8   "license": "MIT",
9   "authors": {
10     "WordPress": "mobile@automattic.com"
11   },
12   "source": {
13     "git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
14     "tag": "0.4.5"
15   },
16   "platforms": {
17     "ios": "7.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     "AssetsLibrary",
30     "AVFoundation"
31   ],
32   "weak_frameworks": "Photos"