blob: 8fda46a78ddae103ec728137edd17738c97c185c [file] [log] [blame]
{
"name": "SMSHLogin",
"version": "0.0.3",
"summary": "login sdk for iOS",
"homepage": "https://git.shimo.im/shanghai/iOS_SMSHLogin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teason": "xietianchen@shimo.im"
},
"source": {
"git": "https://git.shimo.im/shanghai/iOS_SMSHLogin.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SMSHLogin/Main/**/*.{h,m}",
"public_header_files": "SMSHLogin/Main/*.h",
"resource_bundles": {
"SMSHLogin": [
"SMSHLogin/Main/source/*"
]
},
"dependencies": {
"XTBase": [
],
"XTReq": [
],
"XTColor": [
],
"FDFullscreenPopGesture": [
],
"IQKeyboardManager": [
],
"BlocksKit": [
],
"OpenShare": [
]
},
"vendored_frameworks": [
"SMSHLogin/Main/source/GT3Captcha.framework"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}