[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / c / 3 / 1 / JRMPush / 0.1.1 / JRMPush.podspec.json
blobcbb3e64a0f37c2096f50ce6311a7b2e51539db5a
2   "name": "JRMPush",
3   "version": "0.1.1",
4   "summary": "Show a web page when a push is received with a URL in its metadata.",
5   "homepage": "https://github.com/davidolesch/JRMPush",
6   "screenshots": "https://raw.githubusercontent.com/davidolesch/JRMPush/master/ClassAnnouncement.gif",
7   "license": "MIT",
8   "authors": {
9     "David Olesch": "david@jackrabbitmobile.com"
10   },
11   "source": {
12     "git": "https://github.com/davidolesch/JRMPush.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/davidolesch",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.{h,m}",
21   "public_header_files": "Pod/Classes/*.h",
22   "dependencies": {
23     "SVWebViewController": [
24       "~> 1.0"
25     ]
26   }