[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 5 / 4 / SCKTEffectsSpriteKit / 0.1.1 / SCKTEffectsSpriteKit.podspec.json
blob682a2d49e1cf843d742befc05f8a58c1c7e20ecc
2   "name": "SCKTEffectsSpriteKit",
3   "version": "0.1.1",
4   "summary": "Provides custom timing functions for SpriteKit.",
5   "description": "Builds on SCKTEffectsCore to provide custom animation functions for SKNodes.",
6   "homepage": "https://github.com/edwinveger/SCKTEffects",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "edwinveger": "info@pierrecode.nl"
13   },
14   "source": {
15     "git": "https://github.com/edwinveger/SCKTEffects.git",
16     "tag": "0.1.1"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SCKTEffectsSpriteKit/Classes/**/*",
23   "frameworks": "SpriteKit",
24   "dependencies": {
25     "SCKTEffectsCore": [
27     ]
28   }