blob: 823a1b85e6ef4e8c048d3fcd6c85fcc2f683d687 [file] [log] [blame]
{
"name": "CMImageScrollView",
"version": "0.0.3",
"summary": "This image scroll view can easily zoom in, zoom out an iamge.",
"description": "You can pass an image, or declare which view you want to show detail image.",
"homepage": "https://github.com/huynguyencong/ImageScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CMoney": "mobile@cmoney.com.tw"
},
"social_media_url": "https://www.cmoney.tw/app/",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/cmmobile/CMImageScrollView.git",
"tag": "0.0.3"
},
"source_files": [
"CMImageScrollView/CMImageScrollView/*.{h,m,swift}",
"CMImageScrollView/CMImageScrollView/**/*.{h,m,swift}"
],
"frameworks": "UIKit",
"resource_bundles": {
"CMImageScrollView": [
"CMImageScrollView/CMImageScrollView/Assets/*.*"
]
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}