[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / d / 1 / CMImageScrollView / 0.1.0 / CMImageScrollView.podspec.json
blob453db13bfde9adfbd1595cf1c5ad6dd2807c6480
2   "name": "CMImageScrollView",
3   "version": "0.1.0",
4   "summary": "This image scroll view can easily zoom in, zoom out an iamge.",
5   "description": "You can pass an image, or declare which view you want to show detail image.",
6   "homepage": "https://github.com/huynguyencong/ImageScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CMoney": "mobile@cmoney.com.tw"
13   },
14   "social_media_url": "https://www.cmoney.tw/app/",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/cmmobile/CMImageScrollView.git",
20     "tag": "0.1.0"
21   },
22   "exclude_files": [
23     "DemoCMImageScrollView/**/*.*",
24     "DemoCMImageScrollView/*.*"
25   ],
26   "source_files": [
27     "CMImageScrollView/CMImageScrollView/*.{h,m,swift}",
28     "CMImageScrollView/CMImageScrollView/**/*.{h,m,swift}"
29   ],
30   "frameworks": "UIKit",
31   "resource_bundles": {
32     "CMImageScrollView": [
33       "CMImageScrollView/CMImageScrollView/Assets/*.*"
34     ]
35   },
36   "swift_versions": [
37     "4.2",
38     "5.0",
39     "5.1",
40     "5.2"
41   ],
42   "swift_version": "5.2"