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