[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / e / 1 / RSKit / 0.1.5 / RSKit.podspec.json
blobdb45ec0a4834d0ece7fcfbe16a1ad989fa2c1101
2   "name": "RSKit",
3   "version": "0.1.5",
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.5"
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       },
26       "frameworks": "SpriteKit",
27       "source_files": [
28         "RSKit/SK*.{h,m}",
29         "RSKit/RS*{Node,Filter}.{h,m}"
30       ]
31     },
32     {
33       "name": "Foundation",
34       "source_files": "RSKit/NS*.{h,m}"
35     },
36     {
37       "name": "UIKit",
38       "platforms": {
39         "ios": null
40       },
41       "source_files": "RSKit/UI*.{h,m}"
42     }
43   ]