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