[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / d / e / MKTween / 2.0 / MKTween.podspec.json
blobd241cbf4e29f14284d09835e257d0b4f2b0d513a
2   "name": "MKTween",
3   "version": "2.0",
4   "license": "MIT",
5   "summary": "Very simple and lightweight tween framework in Swift 3.0",
6   "description": "No objects/views bindings for a more flexible use. Uses CADisplayLink or NSTimer with time interval parameters.",
7   "homepage": "https://github.com/kmalkic/MKTween",
8   "authors": {
9     "Kevin Malkic": "k_malkic@yahoo.fr"
10   },
11   "source": {
12     "git": "https://github.com/kmalkic/MKTween.git",
13     "tag": "2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "MKTween/*.swift",
19   "requires_arc": true,
20   "pushed_with_swift_version": "3.0"