blob: ca099dac3a205c3fe55d4f54682b6d6c6722bf6e [file] [log] [blame]
{
"name": "TKImageShowing",
"version": "1.0.5",
"summary": "you can use this library to show image fullscreen.",
"description": "you can use this library to show image fullscreen",
"homepage": "https://github.com/ThangKM/iOS-TKImageShowing",
"license": "MIT",
"authors": {
"Thang Kieu": "thangkm.lk@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ThangKM/iOS-TKImageShowing.git",
"tag": "1.0.5"
},
"source_files": [
"TKImageShowing",
"TKImageShowing/**/*.{swift}"
],
"exclude_files": "TKImageShowing/Exclude",
"resource_bundles": {
"TKImageShowing": [
"TKImageShowing/Resources/**/*.{png}"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.3"
},
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}