blob: 4b820260095559ee3f12a8738987c3784311bb78 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "0.1",
"summary": "BSImagePicker is a multiple image picker for iOS",
"description": " A mix between the native iOS 7 gallery and facebooks image picker. Allows you to preview and select multiple images.\n",
"homepage": "https://github.com/mikaoj/BSImagePicker",
"license": "MIT",
"authors": {
"Joakim Gyllstrom": "joakim@backslashed.se"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mikaoj/BSImagePicker.git",
"tag": "0.1"
},
"source_files": "BSImagePicker/{Category,View,Model,Controller}/*.{h,m}",
"exclude_files": "BSImagePicker/Controller/BSAppDelegate.{h,m}",
"public_header_files": [
"BSImagePicker/Controller/BSImagePickerController.h",
"BSImagePicker/Category/UIViewController+MultipleImagePicker.h"
],
"requires_arc": true
}