[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 7 / 6 / 9 / PhotoCropper / 0.1.0 / PhotoCropper.podspec.json
blobc52ac38d8d0f3aca12318c22f6788ae9842d8cc7
2   "name": "PhotoCropper",
3   "version": "0.1.0",
4   "summary": "A simple image crop library for iOS",
5   "description": "This is a simple image crop library for iOS on Christmas🎅 🎄for fun based on RxSwift,\nwhich doesn't support customized resizing by users.\nThis would be appropriate when limiting crop rate control to users.",
6   "homepage": "https://github.com/aaronLab/PhotoCropper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaron Lee": "aaronlab.net@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aaronLab/PhotoCropper.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "PhotoCropper/Classes/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6.0"
27     ],
28     "RxCocoa": [
29       "~> 6.0"
30     ],
31     "RxGesture": [
32       "~> 4.0"
33     ],
34     "SnapKit": [
35       "~> 5.0"
36     ],
37     "Then": [
38       "~> 2.0"
39     ]
40   },
41   "swift_version": "5.0"