[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / a / MBEventHandling / 0.9.6 / MBEventHandling.podspec.json
blobf479d06727530dca8126ade5a03ea7ed7d23faa0
2   "name": "MBEventHandling",
3   "version": "0.9.6",
4   "summary": "Mockingbird Event Handling Extensions",
5   "description": "Provides a mechanism for performing runtime actions in response to NSNotification events.",
6   "homepage": "https://github.com/gilt/MBEventHandling",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Coyne Maloney": "emaloney@gilt.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/gilt/MBEventHandling.git",
20     "tag": "0.9.6"
21   },
22   "source_files": "Code/**/*.{h,m}",
23   "public_header_files": "Code/**/*.h",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "dependencies": {
28     "MBDataEnvironment": [
29       "~> 0.9.24"
30     ]
31   }