[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / d / 5 / 3 / Interpolate / 1.2.1 / Interpolate.podspec.json
blob0a9b84347e0c9a414b185f3cfe5a0fc733fdae1c
2   "name": "Interpolate",
3   "version": "1.2.1",
4   "summary": "Swift interpolation framework for gesture-driven animations.",
5   "description": "Interpolate is a Swift interpolation framework for creating interactive gesture-driven animations..",
6   "homepage": "https://github.com/marmelroy/Interpolate",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marmelroy/Interpolate.git",
13     "tag": "1.2.1"
14   },
15   "social_media_url": "http://twitter.com/marmelroy",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "swift_version": "4.2",
22   "source_files": "Interpolate",
23   "frameworks": [
24     "QuartzCore",
25     "Foundation"
26   ]