blob: 5ff7c126b7671cc63073ccb724102b38b9dc69a7 [file] [log] [blame]
{
"name": "LITEventMachine",
"version": "0.0.3",
"summary": "Simple safe wrapper for NSNotificationCenter and Darwin Notifications.",
"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.",
"homepage": "https://github.com/LightweightInTouch/LITEventMachine",
"license": "MIT",
"authors": {
"Lobanov Dmitry": "gaussblurinc@gmail.com"
},
"source": {
"git": "https://github.com/LightweightInTouch/LITEventMachine.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}