[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / 6 / b / 0 / BFMediaPicker / 0.0.2 / BFMediaPicker.podspec.json
blobc7d7c724f3f74bf8efaf80c2821d4ef31a5c815d
2   "name": "BFMediaPicker",
3   "version": "0.0.2",
4   "summary": "ALPHA VERSION. Media picker (images/video)",
5   "description": "Media picker includes choosing images and video at the same time. \n  Allow to select many photos. At the moment video not supported",
6   "homepage": "https://github.com/bicyclefactory/BFMediaPicker",
7   "license": "MIT",
8   "authors": {
9     "Evgeniy Suvorov": "kokax@mail.ru"
10   },
11   "source": {
12     "git": "https://github.com/bicyclefactory/BFMediaPicker.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BFMediaPicker": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "AssetsLibrary"
29   ]