blob: 7e064c8d4ac2452a0c16c0d34945073ebf84e61f [file] [log] [blame]
{
"name": "ObjectiveGumbo",
"version": "0.1",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"summary": "A simple way to parse HTML5 reliably with Cocoa",
"homepage": "https://github.com/programmingthomas/ObjectiveGumbo",
"authors": {
"Programming Thomas": "programmingthomas@gmail.com"
},
"source": {
"git": "https://github.com/programmingthomas/ObjectiveGumbo.git",
"tag": "0.1"
},
"source_files": "ObjectiveGumbo/**/*.{h,m,c}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}