[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / e / Errbit / 1.0.0 / Errbit.podspec.json
blobbe32d7abcda288ec3222cacc864727bf98ec6205
2   "name": "Errbit",
3   "version": "1.0.0",
4   "summary": "A Errbit/Airbrake Notifier for iOS and OS X",
5   "description": "                   Report errors, crash logs, etc to Airbrake or Errbit\n",
6   "homepage": "https://github.com/iloveitaly/errbit-ios-osx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Bianco": "info@cliffsidedev.com"
13   },
14   "social_media_url": "http://twitter.com/mike_bianco",
15   "source": {
16     "git": "https://github.com/iloveitaly/errbit-ios-osx.git",
17     "tag": "1.0.0"
18   },
19   "osx": {
20     "source_files": [
21       "ErrbitNotifier/notifier/*.{h,m}",
22       "ErrbitNotifier/kissxml/**/*.{h,m}"
23     ]
24   },
25   "ios": {
26     "source_files": "**/*.{h,m}"
27   },
28   "requires_arc": false,
29   "libraries": "xml2",
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
32   }