[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 2 / 0 / FSImagePicker / 0.1.6 / FSImagePicker.podspec.json
blobb0f9b62da374a8f5d05aa11d2671d2ff46dd8223
2   "name": "FSImagePicker",
3   "version": "0.1.6",
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.6"
17   },
18   "platforms": {
19     "ios": "9.1"
20   },
21   "source_files": "FSImagePicker/Classes/**/*",
22   "resources": [
23     "FSImagePicker/Assets/*.xcassets"
24   ],
25   "public_header_files": "FSImagePicker/Classes/Public/**/*.h",
26   "private_header_files": "FSImagePicker/Classes/Private/**/*.h",
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "Photos",
31     "PhotosUI",
32     "AVFoundation"
33   ]