blob: 07663db48514c2c0c337f5d38ce16670c98f3430 [file] [log] [blame]
{
"name": "XcodeCoverage",
"version": "1.2.2",
"summary": "Code coverage for Xcode projects",
"description": " XcodeCoverage provides a simple way to generate reports of the code coverage\n of your Xcode project. Generated reports include HTML and Cobertura XML.\n\n Coverage data excludes Apple's SDKs, and the exclusion rules can be customized.\n",
"homepage": "https://github.com/jonreid/XcodeCoverage",
"license": "MIT",
"authors": {
"Jon Reid": "jon@qualitycoding.org"
},
"social_media_url": "https://twitter.com/qcoding",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/jonreid/XcodeCoverage.git",
"tag": "v1.2.2"
},
"preserve_paths": [
"*",
"**"
]
}