[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 8 / a / 0 / GMImagePicker-haztheo / 0.0.1 / GMImagePicker-haztheo.podspec.json
blob5d9c98f4b00755a100e8cf9b564a1ca584262bb7
2   "name": "GMImagePicker-haztheo",
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.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