[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / c / GMImagePicker / 0.0.1 / GMImagePicker.podspec.json
blobed1d38238f0607c3b36a670668290bff3df0a512
2   "name": "GMImagePicker",
3   "version": "0.0.1",
4   "summary": "A Photo and Video picker similar to UIImagePicker supporting multiple selections and UI customizations.",
5   "description": "GMImagePicker is a tiny and fast UIImagePicker replacement supporting video picking, multiple selections and UI customizations. It is based in the new PhotoKit framework and returns an array of PHAssets so only works for iOS 8+",
6   "homepage": "https://github.com/guillermomuntaner/GMImagePicker",
7   "screenshots": "https://github.com/guillermomuntaner/GMImagePicker/raw/master/GMImagePickerDemo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Guillermo Muntaner": "guillermomp87@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/guillermomp87",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/guillermomuntaner/GMImagePicker.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "GMImagePicker",
25     "GMImagePicker/*.{h,m}"
26   ],
27   "exclude_files": "Examples",
28   "resources": "GMImagePicker/*.{png,lproj}",
29   "requires_arc": true