[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / 6 / Moves / 1.4.2 / Moves.podspec.json
blob7c02b6906db72bfa60336ce1573c92943fd57c94
2   "name": "Moves",
3   "version": "1.4.2",
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   "source": {
18     "git": "https://github.com/leojkwan/Moves.git",
19     "tag": "1.4.2"
20   },
21   "source_files": [
22     "Moves",
23     "Moves/**/*.{h,m,swift}"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4"
27   },
28   "dependencies": {
29     "MiniObservable": [
30       "~> 1.2.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"