blob: 42e68c25a42c2d272c4d8f82d7589cc0feb00e2e [file] [log] [blame]
{
"name": "itmSDK",
"version": "0.3.5",
"summary": "include two frameworks for developing",
"description": "This itmSDK for our project only. WSDirectRoom is update to version 2017.9.12",
"homepage": "https://github.com/Clintlin/itmSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clintlin": "linguanjie@gmail.com"
},
"user_target_xcconfig": {
"Enable_Bitcode": "NO",
"GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS": "itm_DEBUG"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "itmSDK/Frameworks/*.framework"
},
"source": {
"git": "https://github.com/Clintlin/itmSDK.git",
"tag": "0.3.5",
"commit": "master"
},
"libraries": "icucore",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Masonry": [
"~> 1.0.2"
],
"MBProgressHUD": [
"~> 1.0.0"
]
}
}