[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / b / 4 / a / libuv / 1.3.0 / libuv.podspec.json
blob4a96e8fc9a3bf5eb0f00889d281a5646e75d3181
2   "name": "libuv",
3   "version": "1.3.0",
4   "summary": "A community-maintained release of libuv for Cocoa projects ",
5   "description": "    libuv is a multi-platform support library with a focus on asynchronous I/O.\n    This release tracks the upstream project at https://github.com/libuv/libuv.\n",
6   "homepage": "http://libuv.org",
7   "license": {
8     "type": "Node",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "file": "AUTHORS"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": false,
18   "source": {
19     "git": "https://github.com/ide/libuv.git",
20     "tag": "v1.3.0-cocoapod"
21   },
22   "public_header_files": "include/*.h",
23   "source_files": [
24     "include/*.h",
25     "src/**/*.{c,h}"
26   ],
27   "exclude_files": [
28     "include/*msvc2008*.h",
29     "include/android-*.h",
30     "include/pthread-fixes.h",
31     "include/uv-{aix,bsd,linux,sunos,win}*.h",
32     "src/unix/*{aix,android,bsd,linux,sunos}*.c",
33     "src/unix/pthread-fixes.c",
34     "src/win"
35   ]