[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / a / e / SWGradientNode / 0.6 / SWGradientNode.podspec.json
blob8da5cfbea5abf05fb9d934c5ed4f7bb8b9bb61cc
2   "name": "SWGradientNode",
3   "version": "0.6",
4   "summary": "This is a sweep color gradient.",
5   "description": "SWGradientNode is a subclass of SKSpriteNode that draws a sweep gradient around a center point with initial angle. See the README",
6   "homepage": "https://github.com/NSSimpleApps/SWGradientNode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NSSimpleApps/SWGradientNode.git",
16     "tag": "0.6"
17   },
18   "requires_arc": true,
19   "frameworks": "SpriteKit",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "swift_version": "4.2",
25   "default_subspecs": "ObjC",
26   "subspecs": [
27     {
28       "name": "ObjC",
29       "source_files": "Source/ObjC/*.{h,m}",
30       "public_header_files": "Source/ObjC/SWGradientNode.h"
31     },
32     {
33       "name": "Swift",
34       "source_files": "Source/Swift/*.swift"
35     }
36   ]