blob: 4ad52adb93574818c6f920ca59da587f2da071e9 [file] [log] [blame]
{
"name": "DispatchLite",
"version": "0.0.2",
"summary": "c++ message dispatcher",
"homepage": "https://github.com/jasenhuang/dispatch-lite.git",
"license": {
"type": "MIT"
},
"authors": {
"jasenhuang": "jasenhuang@tencent.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jasenhuang/dispatch-lite.git",
"tag": "0.0.1"
},
"source_files": [
"dispatch-lite/**/*.{h,cpp}",
"Frameworks/Libevent/include/**/*.h"
],
"public_header_files": [
"dispatch-lite/**/*.h",
"Frameworks/Libevent/include/**/*.h"
],
"vendored_libraries": "Frameworks/Libevent/lib/libevent.a",
"header_mappings_dir": "Frameworks/Libevent/include",
"requires_arc": true,
"libraries": "c++"
}