[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / 6 / Moves / 1.7.0 / Moves.podspec.json
blob1b88dc554ed525c7e15115fb37f50736196d29d1
2   "name": "Moves",
3   "version": "1.7.0",
4   "summary": "A custom view controller transition manager with animatable subviews",
5   "description": "A custom view controller transition manager with animatable subviews. Make subviews leap in context from one view controller to the next",
6   "homepage": "https://github.com/leojkwan/Moves",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo Kwan": "leojkwan@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/leojkwan/Moves.git",
20     "tag": "1.7.0"
21   },
22   "source_files": [
23     "Moves",
24     "Moves/**/*.{h,m,swift}"
25   ],
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "5"
28   },
29   "dependencies": {
30     "MiniObservable": [
31       "~> 1.6.1"
32     ]
33   },
34   "swift_version": "5.0"