blob: a51917f098e54408fc7367ab335bd4b5f983c505 [file] [log] [blame]
{
"name": "TFImageBrowser",
"version": "0.1.4",
"summary": "图片大图浏览器",
"description": "图片浏览器,字符串、PHAsset等多种图片来源,双击缩放、过场动画、图片缓存.",
"homepage": "https://github.com/ToFind1991/TFImageBrowser",
"license": "MIT",
"authors": {
"shiwei": "15811842975@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ToFind1991/TFImageBrowser.git",
"tag": "0.1.4"
},
"source_files": "TFImageBrowser/PhotoBrowser/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "ImageUri",
"source_files": "TFImageBrowser/PhotoBrowser/ImageUri"
},
{
"name": "Resolver",
"dependencies": {
"TFImageBrowser/ImageUri": [
]
},
"source_files": "TFImageBrowser/PhotoBrowser/Resolver"
},
{
"name": "Utilities",
"source_files": "TFImageBrowser/PhotoBrowser/utilities"
}
]
}