blob: 7c7773ff7895a542895b2fe76e541d5e1560ccd3 [file] [log] [blame]
{
"name": "XRPhotoBrowser",
"version": "1.0.4",
"summary": "Powerful, low memory usage, efficient and smooth photo browsing framework that supports image transit effect.",
"platforms": {
"ios": "9.0"
},
"description": "XRPhotoBrowser is A 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": "LICENSE"
},
"authors": {
"hanzhuzi": "violet_buddhist@163.com"
},
"source": {
"git": "https://github.com/hanzhuzi/XRPhotoBrowser.git",
"tag": "1.0.4"
},
"source_files": "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"
]
}
}