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