blob: 076d4df1805174784c4daf08b5e0ff7724de0a87 [file] [log] [blame]
{
"name": "Epoch",
"version": "0.1",
"license": "MIT",
"summary": "Venice based HTTP server for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Epoch",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Epoch.git",
"tag": "v0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Dependencies/Incandescence/*.c",
"Dependencies/libmill/*.c"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Epoch/Dependencies"
},
"preserve_paths": "Dependencies/*",
"requires_arc": true
}