blob: 6d20626422bc6c8927c7426291f5ab524e36e622 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "0.3",
"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.3"
},
"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,
"screenshots": [
"https://cloud.githubusercontent.com/assets/4034956/3030011/c7d86756-e03b-11e3-87b8-d682142967c2.png",
"https://cloud.githubusercontent.com/assets/4034956/3030009/c7d4c1b4-e03b-11e3-8cc7-bda50c85dd46.png",
"https://cloud.githubusercontent.com/assets/4034956/3030010/c7d6ddd2-e03b-11e3-8c50-03f92a99e47e.png",
"https://cloud.githubusercontent.com/assets/4034956/3030008/c7915686-e03b-11e3-8e1f-cc8aa8680a6a.png"
]
}