[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / MKTween / 2.3.1 / MKTween.podspec.json
blobddef08ad568fa3bc8d93ea26442c12b7a59bbc8e
2   "name": "MKTween",
3   "version": "2.3.1",
4   "license": "MIT",
5   "summary": "Very simple and lightweight tween framework in Swift 4.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.3.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "source_files": "MKTween/*.swift",
22   "requires_arc": true