blob: e94d76e1756a808be89c16ae393b68f7f80db9b4 [file] [log] [blame]
{
"name": "MCShare",
"version": "0.0.3",
"summary": "Social share & Auth(QQ、微信、微博、支付宝、Telegram、钉钉).",
"description": "第三方分享、授权组件,依赖于LDSDKManager_IOS(QQ、微信、微博、支付宝、Telegram、钉钉).",
"license": "MIT",
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"homepage": "https://github.com/poholo/MCShare",
"source": {
"git": "https://github.com/poholo/MCShare.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SDK/Api/*.{h,m,mm}",
"SDK/Helper/*.{h,m,mm}",
"SDK/Models/*.{h,m,mm}",
"SDK/Vender/Toast/*.{h,m,mm}",
"SDK/Utils/*.{h,m,mm}",
"SDK/Views/*.{h,m,mm}",
"SDK/VM/*.{h,m,mm}",
"SDK/*.{h,m,mm}"
],
"public_header_files": [
"SDK/Api/*.h",
"SDK/Helper/*h",
"SDK/Models/*.h",
"SDK/Vender/Toast/*.h",
"SDK/Utils/*.h",
"SDK/Views/*.h",
"SDK/VM/*.h",
"SDK/*.h"
],
"dependencies": {
"LDSDKManager": [
],
"MMPopupView": [
],
"SDWebImage": [
],
"SDVersion": [
],
"MCStyle": [
"0.0.6"
]
}
}