[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 7 / 2 / DispatchLite / 0.0.1 / DispatchLite.podspec.json
bloba5dddd0916650f80be1ad992db01c30ebc9d3eb6
2   "name": "DispatchLite",
3   "version": "0.0.1",
4   "summary": "c++ message dispatcher",
5   "homepage": "https://github.com/jasenhuang/dispatch-lite.git",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "jasenhuang": "jasenhuang@tencent.com"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/jasenhuang/dispatch-lite.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "dispatch-lite/**/*.{h,m}",
20   "public_header_files": "dispatch-lite/**/*.h",
21   "requires_arc": true,
22   "vendored_libraries": "Frameworks/Libevent/lib/libevent.a",
23   "libraries": "stdc++"