[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / f / MMPReactiveNotification / 0.3.2 / MMPReactiveNotification.podspec.json
blob901c09696cd9c0cb642b2e4dbfb87250e600ac23
2   "name": "MMPReactiveNotification",
3   "version": "0.3.2",
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\nFeatures:\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* Signal for notification settings registration.\n* Local notification scheduling.",
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.3.2"
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