[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / f / MMPReactiveNotification / 0.2.0 / MMPReactiveNotification.podspec.json
blob41bd2eb900503a915ae9171d4016890ee62efd0b
2   "name": "MMPReactiveNotification",
3   "version": "0.2.0",
4   "summary": "Local and remote push notifications as reactive signals with ReactiveCocoa",
5   "description": "                       MMPReactiveNotification is a reactive library providing signals for local and remote push notifications.\n\n                       Features:\n                       * No more notification related delegate methods, registration and notifications are available as signals.\n                       * Signal for remote push registration.\n                       * Signal for receiving remote notifications.\n                       * Signal for receiving local notifications.\n",
6   "homepage": "https://github.com/mpurbo/MMPReactiveNotification",
7   "license": "MIT",
8   "authors": {
9     "Mamad Purbo": "m.purbo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mpurbo/MMPReactiveNotification.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/purubo",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "Classes",
20   "dependencies": {
21     "ReactiveCocoa": [
23     ]
24   },
25   "requires_arc": true