[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 2 / 7 / XT / 0.1.0 / XT.podspec.json
blob8d5813d8426a32d3d1e497bfefe79921309176cc
2   "name": "XT",
3   "version": "0.1.0",
4   "summary": "A Cross-Platform Application Framework.",
5   "description": "XT is a Cross-Platform Application Framework, you can develop iOS / Android / Web Application via XT.",
6   "homepage": "https://github.com/XTStudio/XT",
7   "license": "MIT",
8   "authors": {
9     "PonyCui": "cuis@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/XTStudio/XT.git",
16     "tag": "0.1.0"
17   },
18   "frameworks": "JavaScriptCore",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "ios/Sources/Core/*.{h,m}",
24       "resources": "ios/Sources/Core/*.{js}",
25       "dependencies": {
26         "SocketRocket": [
28         ]
29       }
30     },
31     {
32       "name": "Foundation",
33       "source_files": "ios/Sources/Foundation/*.{h,m}",
34       "resources": "ios/Sources/Foundation/*.{js}",
35       "dependencies": {
36         "XT/Core": [
38         ],
39         "CocoaSecurity": [
41         ],
42         "SocketRocket": [
44         ]
45       }
46     },
47     {
48       "name": "UIKit",
49       "source_files": "ios/Sources/UIKit/*.{h,m}",
50       "resources": "ios/Sources/UIKit/*.{js}",
51       "dependencies": {
52         "XT/Core": [
54         ],
55         "YYWebImage": [
57         ]
58       }
59     }
60   ]