blob: 453db13bfde9adfbd1595cf1c5ad6dd2807c6480 [file] [log] [blame]
{
"name": "CMImageScrollView",
"version": "0.1.0",
"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.1.0"
},
"exclude_files": [
"DemoCMImageScrollView/**/*.*",
"DemoCMImageScrollView/*.*"
],
"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",
"5.2"
],
"swift_version": "5.2"
}