[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 9 / 5 / CropViewController / 2.7.0 / CropViewController.podspec.json
blobc7793b8aa612bbce7c95339f5ca6e44cb5cbd897
2   "name": "CropViewController",
3   "version": "2.7.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift view controller that enables cropping and rotating of UIImage objects.",
9   "homepage": "https://github.com/TimOliver/TOCropViewController",
10   "authors": "Tim Oliver",
11   "source": {
12     "git": "https://github.com/TimOliver/TOCropViewController.git",
13     "tag": "2.7.0"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source_files": [
19     "Swift/CropViewController/**/*.{h,swift}",
20     "Objective-C/TOCropViewController/**/*.{h,m}"
21   ],
22   "exclude_files": "Objective-C/TOCropViewController/include/**/*.h",
23   "resource_bundles": {
24     "TOCropViewControllerBundle": [
25       "Objective-C/TOCropViewController/**/*.{lproj,xcprivacy}"
26     ]
27   },
28   "requires_arc": true,
29   "swift_versions": "5.0",
30   "swift_version": "5.0"