blob: 8022aadbdd1c537b41a3df6330ae9ad8ba3dfcef [file] [log] [blame]
{
"name": "XSTestLib",
"version": "0.1.0",
"summary": "A short description of XSTestLib.",
"license": "MIT",
"authors": {
"JeeLiu": "493735926@qq.com"
},
"homepage": "https://github.com/JeeLiu/XSTestLib",
"description": "test pod framework",
"frameworks": "Foundation",
"requires_arc": true,
"source": {
"git": "https://github.com/JeeLiu/XSTestLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"preserve_paths": "ios/XSTestLib.framework",
"public_header_files": "ios/XSTestLib.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "ios/XSTestLib.framework"
}
}