blob: be32d7abcda288ec3222cacc864727bf98ec6205 [file] [log] [blame]
{
"name": "Errbit",
"version": "1.0.0",
"summary": "A Errbit/Airbrake Notifier for iOS and OS X",
"description": " Report errors, crash logs, etc to Airbrake or Errbit\n",
"homepage": "https://github.com/iloveitaly/errbit-ios-osx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Bianco": "info@cliffsidedev.com"
},
"social_media_url": "http://twitter.com/mike_bianco",
"source": {
"git": "https://github.com/iloveitaly/errbit-ios-osx.git",
"tag": "1.0.0"
},
"osx": {
"source_files": [
"ErrbitNotifier/notifier/*.{h,m}",
"ErrbitNotifier/kissxml/**/*.{h,m}"
]
},
"ios": {
"source_files": "**/*.{h,m}"
},
"requires_arc": false,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}