[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / a / e / SWGradientNode / 0.3 / SWGradientNode.podspec.json
blob9af185971746b07dc8b5a78c62a56abac531fe89
2   "name": "SWGradientNode",
3   "version": "0.3",
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.3"
17   },
18   "requires_arc": true,
19   "frameworks": "SpriteKit",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "default_subspecs": "ObjC",
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "source_files": "Source/ObjC/*.{h,m}",
29       "public_header_files": "Source/ObjC/SWGradientNode.h"
30     },
31     {
32       "name": "Swift",
33       "source_files": "Source/Swift/*.swift"
34     }
35   ]