[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 5 / e / 1 / RSKit / 0.0.7 / RSKit.podspec.json
blobb6bbb1a485960f442f9140718a058dab47b6c721
2   "name": "RSKit",
3   "version": "0.0.7",
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.7"
14   },
15   "requires_arc": true,
16   "subspecs": [
17     {
18       "name": "SpriteKit",
19       "frameworks": "SpriteKit",
20       "source_files": "RSKit/SK*.{h,m}"
21     },
22     {
23       "name": "Foundation",
24       "source_files": "RSKit/NS*.{h,m}"
25     },
26     {
27       "name": "UIKit",
28       "platforms": {
29         "ios": null
30       },
31       "source_files": "RSKit/UI*.{h,m}"
32     }
33   ]