blob: df70d82f8accc769889fa6f142b45762e671d323 [file] [log] [blame]
{
"name": "tHybridKit",
"version": "0.3.0",
"summary": "Native + Weex + H5",
"description": "Encapsulation For Native + Weex + H5",
"homepage": "https://github.com/T0421/tHybridKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dao": "cilike@sina.cn"
},
"source": {
"git": "https://github.com/T0421/tHybridKit.git",
"tag": "v0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "tHybridKit/**/**/*",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"requires_arc": true,
"public_header_files": "tHybridKit/**/**/*.h",
"dependencies": {
"WeexSDK": [
"~> 0.16.2"
],
"SDWebImage": [
"~> 4.2.2"
]
}
}