blob: 5615a01032538f07bf24619986f9f9bc00efaba2 [file] [log] [blame]
{
"name": "JXPhotoBrowser",
"version": "2.0.0",
"summary": "Elegant photo browser in Swift.",
"description": "Elegant photo browser in Swift. Inspired by WeChat.",
"homepage": "https://github.com/JiongXing/PhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JiongXing": "liangjiongxing@qq.com"
},
"source": {
"git": "https://github.com/JiongXing/PhotoBrowser.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": "Kingfisher",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*"
},
{
"name": "Kingfisher",
"source_files": "Source/Kingfisher/*",
"dependencies": {
"JXPhotoBrowser/Core": [
],
"Kingfisher": [
]
}
},
{
"name": "KingfisherWebP",
"source_files": "Source/KingfisherWebP/*",
"dependencies": {
"JXPhotoBrowser/Core": [
],
"KingfisherWebP": [
]
}
}
]
}