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