blob: 04416a4eacd0a9ce07933597c790078aa512c4b5 [file] [log] [blame]
{
"name": "PhotosView",
"version": "1.0.0",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/kunpengapple/PhotoBroswer",
"license": "MIT",
"authors": {
"skp": "kunpengapple@163.com"
},
"source": {
"git": "https://github.com/kunpengapple/PhotoBroswer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "BroswerView/*.{h,m}",
"dependencies": {
"SDWebImage": [
">= 4.0.0"
],
"MBProgressHUD": [
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Photos"
]
}