Latest | 0.1.3 |
---|---|
Homepage | https://github.com/davidolesch/JRMPush |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | SVWebViewController |
Authors |
Usage
Install this library through CocoaPods and then replace your app code which handles the push notification userInfo dictionary with
[[JRMPushHandler sharedInstance] handlePush:userInfo].
JRMPushHandler is documented here.
Requirements
requires ‘SVWebViewController’, ‘~> 1.0’
Installation
JRMPush is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JRMPush"
Author
David Olesch, [email protected]
License
JRMPush is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JRMPush", "version": "0.1.3", "summary": "Show a web page when a push is received with a URL in its metadata.", "homepage": "https://github.com/davidolesch/JRMPush", "screenshots": "https://raw.githubusercontent.com/davidolesch/JRMPush/master/ClassAnnouncement.gif", "license": "MIT", "authors": { "David Olesch": "[email protected]" }, "source": { "git": "https://github.com/davidolesch/JRMPush.git", "tag": "0.1.3" }, "social_media_url": "https://twitter.com/davidolesch", "platforms": { "ios": "6.0" }, "requires_arc": true, "source_files": "Pod/Classes/*.{h,m}", "public_header_files": "Pod/Classes/*.h", "dependencies": { "SVWebViewController": [ "~> 1.0" ] } }
Fri, 04 Mar 2016 10:37:03 +0000