blob: 932f15deecc7d71a1efdeb857c6cbb38e066088e [file] [log] [blame]
{
"name": "itmSDK",
"version": "0.4.2",
"summary": "include two frameworks for developing",
"description": "This itmSDK for our project only. AGSocial update to version 2017.9.28",
"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.4.2",
"commit": "master"
},
"libraries": "icucore",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Masonry": [
"~> 1.0.2"
],
"MBProgressHUD": [
"~> 1.0.0"
]
}
}