[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 2 / DispatchLite / 0.0.2 / DispatchLite.podspec.json
blob4ad52adb93574818c6f920ca59da587f2da071e9
2   "name": "DispatchLite",
3   "version": "0.0.2",
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": [
20     "dispatch-lite/**/*.{h,cpp}",
21     "Frameworks/Libevent/include/**/*.h"
22   ],
23   "public_header_files": [
24     "dispatch-lite/**/*.h",
25     "Frameworks/Libevent/include/**/*.h"
26   ],
27   "vendored_libraries": "Frameworks/Libevent/lib/libevent.a",
28   "header_mappings_dir": "Frameworks/Libevent/include",
29   "requires_arc": true,
30   "libraries": "c++"