[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 2 / 0 / FSImagePicker / 0.1.11 / FSImagePicker.podspec.json
blobd7857c315c184b0d6419a572fa44cba215fdf3cd
2   "name": "FSImagePicker",
3   "version": "0.1.11",
4   "summary": "A customizable image picker with multiselection support.",
5   "description": "FSImagePickerViewController is an image picker supporting multiselection and simple customizations.",
6   "homepage": "https://github.com/vahan3x/FSImagePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vahan Babayan": "vahan3x@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vahan3x/FSImagePicker.git",
16     "tag": "0.1.11"
17   },
18   "platforms": {
19     "ios": "9.1"
20   },
21   "source_files": "FSImagePicker/Classes/**/*",
22   "resource_bundles": {
23     "Icons": [
24       "FSImagePicker/Assets/*.xcassets"
25     ]
26   },
27   "public_header_files": "FSImagePicker/Classes/Public/**/*.h",
28   "private_header_files": "FSImagePicker/Classes/Private/**/*.h",
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "Photos",
33     "PhotosUI",
34     "AVFoundation"
35   ]