blob: 0ed24babd426860f3b3796d1d97da2aac5e71f16 [file] [log] [blame]
{
"name": "Ono",
"version": "0.0.3",
"license": "MIT",
"summary": "A sensible way to deal with XML & HTML for iOS & Mac OS X.",
"homepage": "https://github.com/mattt/Ono",
"social_media_url": "https://twitter.com/mattt",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/mattt/Ono.git",
"tag": "0.0.3"
},
"source_files": "Ono",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}