[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / d / 6 / ModularAnimation / 0.7 / ModularAnimation.podspec.json
blob77fe5234b4b19df1333197649deb97c3dd4c90d2
2   "name": "ModularAnimation",
3   "version": "0.7",
4   "summary": "A small framework that seperates the playback and the animation description from the (UIView-)animation itself",
5   "description": "A small framework that seperates the playback and the animation description from the (UIView-)animation itself.\nModularAnimation gets rid of the drawbacks of UIView.animate():\n- Your animation code will be easy to understand\n- You will be able to reuse your animation description on different views",
6   "homepage": "https://github.com/LOTUM/ModularAnimation",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Martin": "reichard@lotum.de"
10   },
11   "source": {
12     "git": "https://github.com/LOTUM/ModularAnimation.git",
13     "tag": "0.7"
14   },
15   "source_files": "ModularAnimation/**/*.{h,swift}",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "pushed_with_swift_version": "3.0"