[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 6 / 4 / 9 / JMJParametricAnimation / 1.0.1 / JMJParametricAnimation.podspec.json
blobfbf04275c9c2c4fe969b382f4bcafc57675c6df4
2   "name": "JMJParametricAnimation",
3   "version": "1.0.1",
4   "summary": "Animations with arbitrary time functions.",
5   "description": "Parametric Animations! You can use this to create animations with arbitrary parametric time\nfunctions, and free yourself from the restrictions of bezier curve based time functions. Both\nCALayer (iOS 4 and later) and UIView (iOS 7 and later) animations are supported.",
6   "homepage": "https://github.com/jjjacksn/JMJParametricAnimation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "J.J. Jackson": "jj@jack.sn"
13   },
14   "source": {
15     "git": "https://github.com/jjjacksn/JMJParametricAnimation.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/jjjacksn",
19   "platforms": {
20     "ios": "4.0"
21   },
22   "source_files": "JMJParametricAnimation/Classes/**/*",
23   "frameworks": "QuartzCore",
24   "requires_arc": true