blob: a4333349a5dd9bbff7a4dfce41d2b4adc4c51995 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "0.7",
"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 Gyllström": "joakim@backslashed.se"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mikaoj/BSImagePicker.git",
"tag": "0.7"
},
"source_files": "BSImagePicker/**/*.{h,m}",
"exclude_files": [
"BSImagePicker/Controller/BSAppDelegate.{h,m}",
"BSImagePicker/Misc/main.m"
],
"public_header_files": [
"BSImagePicker/Controller/BSImagePickerController.h",
"BSImagePicker/Category/UIViewController+BSImagePicker.h"
],
"requires_arc": true,
"frameworks": [
"AssetsLibrary",
"UIKit",
"MediaPlayer"
],
"screenshots": [
"https://cloud.githubusercontent.com/assets/4034956/4519853/de47afca-4ccd-11e4-9b6b-1a5aea5d9a69.png",
"https://cloud.githubusercontent.com/assets/4034956/4519855/de4df42a-4ccd-11e4-865c-4d2e8de6b135.png",
"https://cloud.githubusercontent.com/assets/4034956/4519854/de4a3c68-4ccd-11e4-8258-314ead7e959c.png"
]
}