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