blob: 221a7777d77dd67205a5d59e4ecb460734f0010d [file] [log] [blame]
{
"name": "FLSImagePickerController",
"version": "0.0.1",
"summary": "A Multiple Selection Image Picker from photo library.",
"homepage": "https://github.com/beastgrim/FLSImagePicker",
"license": "MIT",
"authors": {
"Bogomolov Evgeny": "http://vk.com/dj_vize"
},
"social_media_url": "http://vk.com/dj_vize",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/beastgrim/FLSImagePicker.git",
"tag": "0.0.1"
},
"source_files": "FLSImagePicker_Demo/FLSImagePickerController/*.{h,m}",
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"AssetsLibrary",
"CoreLocation"
]
},
"requires_arc": true
}