[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / 8 / MVImagePicker / 1.0.3 / MVImagePicker.podspec.json
blob5df4427eb3c1c9d96ecf0ca0b326bc5f6750bf1a
2   "name": "MVImagePicker",
3   "version": "1.0.3",
4   "summary": "MVImagePicker allows you to inject the photo library to your app",
5   "description": "MVImagePicker allows you to inject the photo library to your app and to pick images from it.\nThat is an attempt to create instagram-like image picker.",
6   "homepage": "https://github.com/mvetoshkin/MVImagePicker",
7   "screenshots": [
8     "https://cloud.githubusercontent.com/assets/882141/16874775/578cd18e-4aac-11e6-802e-dc614d92a52e.PNG",
9     "https://cloud.githubusercontent.com/assets/882141/16874806/7c261190-4aac-11e6-9103-19fb6d21965a.PNG"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Mikhail Vetoshkin": "mvetoshkin@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/mvetoshkin/MVImagePicker.git",
20     "tag": "1.0.3"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "MVImagePicker/Classes/**/*",
26   "resource_bundles": {
27     "MVImagePicker": [
28       "MVImagePicker/Assets/**/*.png"
29     ]
30   },
31   "frameworks": [
32     "UIKit",
33     "Photos"
34   ],
35   "dependencies": {
36     "SnapKit": [
38     ]
39   }