blob: 072d5a1f8868a6ff2d348f78723bd4618c49617f [file] [log] [blame]
{
"name": "STNotificationHelper",
"version": "1.2.0",
"summary": "ViewController to describe the User how to turn on the Notifications on iOS7 and above.",
"description": "ViewController to describe the User how to turn on the Notifications on iOS7 and above.\nSupports languages ca, de, en, es, fr, id, it, ja, pl, pt, ru, sv, zh-Hant, zh-Hans.\nOriganally a fork of MHNotificationHelper (https://github.com/mariohahn/MHNotificationHelper/), but with iOS8 and above support and more languages.",
"homepage": "https://github.com/nmaletm/STNotificationHelper",
"screenshots": [
"https://raw.githubusercontent.com/nmaletm/STNotificationHelper/master/Screenshots/screenshote-ios7.png",
"https://raw.githubusercontent.com/nmaletm/STNotificationHelper/master/Screenshots/screenshote-ios8.png"
],
"license": "MIT",
"authors": {
"Nestor Malet": "nmaletm@gmail.com"
},
"source": {
"git": "https://github.com/nmaletm/STNotificationHelper.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/NestorMalet",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}