blob: c4c046784d263594375b801e8341cb3f8ae6f251 [file] [log] [blame]
{
"name": "WRGImageGallery",
"version": "0.1.3",
"summary": "Swipable image gallery",
"swift_version": "4.1",
"description": "This library will help you to create a Image gallery from a given array of image url.",
"homepage": "https://github.com/wrg-mujeeb/WRGImageGallery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wrg-mujeeb": "mujeeb@whiterabbit.group"
},
"source": {
"git": "https://github.com/wrg-mujeeb/WRGImageGallery.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": "WRGImageGallery/Classes/**/*",
"resource_bundles": {
"WRGImageGallery": [
"WRGImageGallery/Assets/**/*"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Kingfisher": [
"~> 4.0"
]
}
}