blob: 34580fd7fab11b5631d5c9c2a152396b1bba58b4 [file] [log] [blame]
{
"name": "JXPhotoBrowser",
"version": "1.5.1",
"license": "MIT",
"summary": "Elegant photo browser in Swift.",
"homepage": "https://github.com/JiongXing/PhotoBrowser",
"authors": {
"JiongXing": "549235261@qq.com"
},
"source": {
"git": "https://github.com/JiongXing/PhotoBrowser.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Kingfisher",
"subspecs": [
{
"name": "Core",
"source_files": "PhotoBrowser/Core/*.swift"
},
{
"name": "Kingfisher",
"source_files": "PhotoBrowser/Kingfisher/*.swift",
"dependencies": {
"JXPhotoBrowser/Core": [
],
"Kingfisher": [
]
}
},
{
"name": "KingfisherWebP",
"source_files": "PhotoBrowser/KingfisherWebP/*.swift",
"dependencies": {
"JXPhotoBrowser/Core": [
],
"KingfisherWebP": [
]
}
}
]
}