[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 0 / 6 / RTSession / 0.5.0 / RTSession.podspec.json
blob5f1b9a61e23b26c93aa14b4089c0f5c9dbb2282a
2   "name": "RTSession",
3   "version": "0.5.0",
4   "summary": "Cross module process call",
5   "description": "CMPC for iOS project.",
6   "homepage": "https://github.com/Arror/RTSession",
7   "license": "MIT",
8   "authors": {
9     "Arror": "hallo.maqiang@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Arror/RTSession.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": "5.0",
19   "swift_version": "5.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "RTSession/Classes/Core/**/*",
24       "dependencies": {
25         "RTCore": [
27         ]
28       }
29     },
30     {
31       "name": "RTURLBridge",
32       "source_files": "RTSession/Classes/URLBridge/**/*"
33     }
34   ]