[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 2 / 7 / XT / 0.4.3 / XT.podspec.json
blobb0dcfe7dce49938241fe421a22280698ed192a3e
2   "name": "XT",
3   "version": "0.4.3",
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.4.3"
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         "FMDB": [
47         ]
48       }
49     },
50     {
51       "name": "UIKit",
52       "source_files": "ios/Sources/UIKit/*.{h,m}",
53       "resources": "ios/Sources/UIKit/*.{js}",
54       "dependencies": {
55         "XT/Core": [
57         ],
58         "YYWebImage": [
60         ]
61       }
62     }
63   ]