blob: cca664f7eb2f27b44b3d4095944e568cdf8f9529 [file] [log] [blame]
{
"name": "JRMPush",
"version": "0.1.0",
"summary": "Show a web page when a push is received with a URL in its metadata.",
"homepage": "https://github.com/davidolesch/JRMPush",
"license": "MIT",
"authors": {
"David Olesch": "david@jackrabbitmobile.com"
},
"source": {
"git": "https://github.com/davidolesch/JRMPush.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/davidolesch",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"SVWebViewController": [
"~> 1.0"
]
}
}