[Add] BlueIDAccessSDK 2.30.0
[CocoaPods.git] / Specs / 6 / a / c / GMImagePicker / 0.0.2 / GMImagePicker.podspec.json
blob0b1fca453f0c830a41587d98c709457a59ef246a
2   "name": "GMImagePicker",
3   "version": "0.0.2",
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.2"
22   },
23   "source_files": [
24     "GMImagePicker",
25     "GMImagePicker/*.{h,m}"
26   ],
27   "exclude_files": "Examples",
28   "resources": "GMImagePicker/*.{png,lproj}",
29   "frameworks": "MobileCoreServices",
30   "requires_arc": true