[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / c / LITEventMachine / 0.0.4 / LITEventMachine.podspec.json
blobbda0a3ce6c6235584516aad98322121bd41d2eb2
2   "name": "LITEventMachine",
3   "version": "0.0.4",
4   "summary": "Simple safe wrapper for NSNotificationCenter and Darwin Notifications.",
5   "description": "For example, you need receive a special event for making some stuff.\nYou can make protocols and delegates, but it is boring.\nYou can make subcription for event for Notification Center, but it is to dangerous. You should subscribe your stuff in proper order.\nYou can use Swift (hah) or Objective-C (ah) with numerous libraries for event handling, that are too heavy for you.\nOr you can use lightweight safe wrapper for notification center and be ready for easy life.",
6   "homepage": "https://github.com/LightweightInTouch/LITEventMachine",
7   "license": "MIT",
8   "authors": {
9     "Lobanov Dmitry": "gaussblurinc@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/LightweightInTouch/LITEventMachine.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h"