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