blob: 8fd917cfc09891a2b3725f3b51c2cab705b6df06 [file] [log] [blame]
{
"name": "XLPhotoBrowser",
"version": "1.0.1",
"summary": "a component of photo browser on iOS",
"homepage": "https://github.com/xiaoL0204/XLPhotoBrowser",
"description": "It is a component for ios photo browser,written by Objective-C.",
"license": "MIT",
"authors": {
"xiaoL0204": "xiaol0204@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xiaoL0204/XLPhotoBrowser.git",
"tag": "1.0.1"
},
"source_files": "XLPhotoBrowser/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 3.7.1"
]
},
"requires_arc": true
}