blob: 8459dc678a595d33e9953a70b0299bb3c92316a5 [file] [log] [blame]
{
"name": "TTPhotoBrowser",
"version": "0.0.1",
"summary": "一款仿微信的轻量级图片浏览器",
"description": "一款仿微信的轻量级图片浏览器",
"homepage": "https://github.com/zwt369",
"license": "MIT",
"authors": {
"Tony": "369388828@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zwt369/TTPhotoBrowser.git",
"tag": "0.0.1"
},
"source_files": "TTPhotoBrowser/TTPhotoBrowser/Classess/**/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SRCROOT)/SDWebImage"
},
"dependencies": {
"SDWebImage": [
]
}
}