[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / e / 1 / RSKit / 0.0.9 / RSKit.podspec.json
blob6ea219c8b2ba19e7f0b09fbbb24bcc67192f311d
2   "name": "RSKit",
3   "version": "0.0.9",
4   "summary": "RSKit: helper classes for SpriteKit and so on.",
5   "description": "  It contains\n  \n  * helper classes for SpriteKit\n  * helper classes for UIKit\n",
6   "homepage": "http://github.com/b051/RSKit",
7   "license": "MIT",
8   "authors": {
9     "Rex Sheng": "shengning@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/b051/RSKit.git",
13     "tag": "0.0.9"
14   },
15   "requires_arc": true,
16   "subspecs": [
17     {
18       "name": "SpriteKit",
19       "frameworks": "SpriteKit",
20       "source_files": [
21         "RSKit/SK*.{h,m}",
22         "RSKit/RS*Node.{h,m}"
23       ]
24     },
25     {
26       "name": "Foundation",
27       "source_files": "RSKit/NS*.{h,m}"
28     },
29     {
30       "name": "UIKit",
31       "platforms": {
32         "ios": null
33       },
34       "source_files": "RSKit/UI*.{h,m}"
35     }
36   ]