[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / f / 2 / KenBurns / 0.2.2 / KenBurns.podspec.json
blobd9a7ee9a8b050b6120c9640e6726aa6d4416d885
2   "name": "KenBurns",
3   "version": "0.2.2",
4   "summary": "A little Swift tool that performs a nice Ken Burns effect on an image",
5   "description": "A little Swift tool that performs a nice Ken Burns effect on an image. Powering Calm since 2016",
6   "homepage": "https://github.com/calmcom/KenBurns",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "calmcom": "support@calm.com"
13   },
14   "source": {
15     "git": "https://github.com/calmcom/KenBurns.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KenBurns/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "CLKParametricAnimations": [
25       "~> 0.1.0"
26     ],
27     "SDWebImage": [
28       "~> 3.8.1"
29     ]
30   }