[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / e / 1 / RSKit / 0.1.2 / RSKit.podspec.json
blob6945a4e30a402b7ead5e3b2a3bcc45692ce145b4
2   "name": "RSKit",
3   "version": "0.1.2",
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.1.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "subspecs": [
21     {
22       "name": "SpriteKit",
23       "platforms": {
24         "ios": "7.0",
25         "osx": "10.9"
26       },
27       "frameworks": "SpriteKit",
28       "source_files": [
29         "RSKit/SK*.{h,m}",
30         "RSKit/RS*Node.{h,m}"
31       ]
32     },
33     {
34       "name": "Foundation",
35       "source_files": "RSKit/NS*.{h,m}"
36     },
37     {
38       "name": "UIKit",
39       "platforms": {
40         "ios": null
41       },
42       "source_files": "RSKit/UI*.{h,m}"
43     }
44   ]