blob: 6ee702b87434d50de009fa13bb47973c74e7909a [file] [log] [blame]
{
"name": "HBShare",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/lzyy/HBShare",
"authors": "limboy",
"summary": "HBShare is a simple share helper built on UIActivityViewController with WeChat support",
"source_files": [
"HBShare/Classes/*.{h,m}",
"HBShare/Vendors/*.h"
],
"source": {
"git": "https://github.com/lzyy/HBShare.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"vendored_libraries": "HBShare/Vendors/libWeChatSDK.a"
}
}