[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / f / c / JTSTweener / 0.3.0 / JTSTweener.podspec.json
blobd03791fc7056a01e0b5fe0dcfcf2715dff25019b
2   "name": "JTSTweener",
3   "version": "0.3.0",
4   "summary": "A block-based tweening engine inspired by Greensock's TweenLite.",
5   "homepage": "https://github.com/JoshuaSullivan/JTSTweenerPod",
6   "license": "MIT",
7   "authors": {
8     "Joshua Sullivan": "joshuasullivan@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/JoshuaSullivan/JTSTweenerPod.git",
12     "tag": "0.3.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "JTSTweener": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": [
25     "UIKit",
26     "QuartzCore"
27   ]