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