[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / d / 5 / 3 / Interpolate / 0.2.0 / Interpolate.podspec.json
blob7b3faaa1027e2bb82d18f51aa79020d84b6f647d
2   "name": "Interpolate",
3   "version": "0.2.0",
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": "0.2.0"
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   "source_files": "Interpolate",
22   "frameworks": [
23     "QuartzCore",
24     "Foundation"
25   ]