blob: 5c8807cb5bcad0a65b87fb01522b69a4d56fff80 [file] [log] [blame]
{
"name": "Ono",
"version": "1.1.2",
"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": "1.1.2"
},
"source_files": "Ono",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}