blob: 5e2beb13b462400ba725b6c45439cda13338cfca [file] [log] [blame]
{
"name": "Ono",
"version": "2.1.1",
"license": "MIT",
"summary": "A sensible way to deal with XML & HTML.",
"homepage": "https://github.com/mattt/Ono",
"social_media_url": "https://twitter.com/mattt",
"authors": {
"Mattt": "mattt@me.com"
},
"source": {
"git": "https://github.com/mattt/Ono.git",
"tag": "2.1.1"
},
"source_files": "Source",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}