blob: e8e3443d0e26511ce5cd8bfe9438b363147a62fa [file] [log] [blame]
{
"name": "XRPhotoBrowser",
"version": "1.0",
"summary": "Powerful, low memory usage, efficient and smooth photo browsing framework that supports image transit effect.",
"platforms": {
"ios": "9.0"
},
"description": "Powerful, low memory usage, efficient and smooth photo browsing framework that supports image transit effect.",
"homepage": "https://github.com/hanzhuzi/XRPhotoBrowser",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"hanzhuzi": "violet_buddhist@163.com"
},
"source": {
"git": "https://github.com/hanzhuzi/XRPhotoBrowser.git",
"tag": "1.0"
},
"source_files": [
"Source",
"XRPhotoBrowser/Sources/**/*.{h,m}"
],
"resource_bundles": {
"XRPhotoBrowser": [
"XRPhotoBrowser/Sources/XRPhotoBrowser.bundle/*.png"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"weak_frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 5.0.6"
]
}
}