blob: a0e4f5dd02db7d9787aa63514d43281a15912466 [file] [log] [blame]
{
"name": "BPPhotoLibrarian",
"version": "1.0.0",
"summary": "Simple helpers for accessing the iOS photo library.",
"homepage": "https://github.com/brianpartridge/BPPhotoLibrarian",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Brian Partridge": "brianpartridge@gmail.com"
},
"source": {
"git": "https://github.com/brianpartridge/BPPhotoLibrarian.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"BPPhotoLibrarian",
"BPPhotoLibrarian/**/*.{h,m}"
],
"frameworks": [
"AssetsLibrary",
"MobileCoreServices"
],
"requires_arc": true
}