blob: 224bfd7678e12bd8b5867983f69ed81f564e5bfe [file] [log] [blame]
{
"name": "XRPhotos",
"version": "1.0",
"summary": "Based on a ` PhotosKit ` photo selection framework.",
"homepage": "https://github.com/hanzhuzi/XRPhotos",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hanzhuzi": "violet_buddhist@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hanzhuzi/XRPhotos.git",
"tag": "1.0"
},
"source_files": [
"Source",
"XRPhotos/Source/**/*.{h,m}"
],
"resources": "XRPhotos/Source/XRPhotos.bundle/*.png",
"requires_arc": true,
"dependencies": {
"MWPhotoBrowser": [
"~> 2.1.2"
],
"RSKImageCropper": [
"~> 2.2.1"
]
}
}