blob: affd97487f47cb4e698cfadf9a1dc12249b3c512 [file] [log] [blame]
{
"name": "Spectrum",
"version": "0.2",
"license": "MIT",
"summary": "POSIX Regular Expressions for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Spectrum",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Spectrum.git",
"tag": "v0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Dependencies/Gamut/*.c",
"Spectrum/**/*.swift"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Spectrum/Dependencies"
},
"preserve_paths": "Dependencies/*",
"requires_arc": true
}