blob: ae73f4ebd845c9bb1537a282d69298d941e1da45 [file] [log] [blame]
{
"name": "JXPhotoBrowser",
"version": "1.6.0",
"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.6.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"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": [
]
}
}
]
}