blob: c509edfed5ee28c1c8786d35fea0cb7910168ecb [file] [log] [blame]
{
"name": "Spell",
"version": "0.1",
"license": "MIT",
"summary": "Aeon based HTTP Router for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Spell",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Spell.git",
"tag": "v0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Dependencies/Belle/*.c",
"Dependencies/Gamut/*.c",
"Dependencies/Incandescence/*.c",
"Dependencies/Tide/*.c",
"Aeon/**/*.swift",
"Currents/**/*.swift",
"Kalopsia/**/*.swift",
"Luminescence/**/*.swift",
"Spectrum/**/*.swift",
"Spell/**/*.swift"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Spell/Dependencies"
},
"preserve_paths": "Dependencies/*",
"requires_arc": true
}