[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 1 / FSMediaPicker / 0.0.2 / FSMediaPicker.podspec.json
blob42c16983828d41b427bfd92ff137950168197ddf
2   "name": "FSMediaPicker",
3   "version": "0.0.2",
4   "summary": "Use the smallest code to pick image and video",
5   "description": "An integration of UIActionSheet, UIAlertController and UIImagePickerController which allows you to pick media(image/video) effortlessly, with cirlular crop supported, and written in Objective-C",
6   "homepage": "https://github.com/f33chobits/FSMediaPicker",
7   "screenshots": [
8     "https://cloud.githubusercontent.com/assets/5186464/6525012/1544d590-c43b-11e4-8ed2-8cf8eef14009.gif",
9     "https://cloud.githubusercontent.com/assets/5186464/6524931/11bfd51a-c43a-11e4-8197-ced99a29df69.gif",
10     "https://cloud.githubusercontent.com/assets/5186464/6525058/bc2e6736-c43b-11e4-811c-5d3f3ba82e26.png",
11     "https://cloud.githubusercontent.com/assets/5186464/6525153/0de85dec-c43d-11e4-9b73-298bd2fa9b9a.png"
12   ],
13   "license": "MIT",
14   "authors": {
15     "Wenchao Ding": "f33chobits@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/f33chobits/FSMediaPicker.git",
19     "tag": "0.0.2"
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "source_files": "Pod/Classes/**/*",
26   "resource_bundles": {
27     "FSMediaPicker": [
28       "Pod/Assets/*"
29     ]
30   },
31   "frameworks": [
32     "UIKit",
33     "MobileCoreServices"
34   ]