blob: a29ed7ff8a8aee90bef5530cc76882c63ec14861 [file] [log] [blame]
{
"name": "XT",
"version": "0.4.0",
"summary": "A Cross-Platform Application Framework.",
"description": "XT is a Cross-Platform Application Framework, you can develop iOS / Android / Web Application via XT.",
"homepage": "https://github.com/XTStudio/XT",
"license": "MIT",
"authors": {
"PonyCui": "cuis@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/XTStudio/XT.git",
"tag": "0.4.0"
},
"frameworks": "JavaScriptCore",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "ios/Sources/Core/*.{h,m}",
"resources": "ios/Sources/Core/*.{js}",
"dependencies": {
"SocketRocket": [
]
}
},
{
"name": "Foundation",
"source_files": "ios/Sources/Foundation/*.{h,m}",
"resources": "ios/Sources/Foundation/*.{js}",
"dependencies": {
"XT/Core": [
],
"CocoaSecurity": [
],
"SocketRocket": [
],
"FMDB": [
]
}
},
{
"name": "UIKit",
"source_files": "ios/Sources/UIKit/*.{h,m}",
"resources": "ios/Sources/UIKit/*.{js}",
"dependencies": {
"XT/Core": [
],
"YYWebImage": [
]
}
}
]
}