[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 2 / STNotificationHelper / 1.0.0 / STNotificationHelper.podspec.json
blob4494d25b8da85aa53fa23adbc1ca5e87c02241d9
2   "name": "STNotificationHelper",
3   "version": "1.0.0",
4   "summary": "ViewController to describe the User how to turn on the Notifications on iOS7 and iOS8.",
5   "description": "                    ViewController to describe the User how to turn on the Notifications on iOS7 and iOS8.\n                    Supports languages en, es, de, fr, id, it, pl, pt, ru, sv.\n                    Origanally a fork of MHNotificationHelper (https://github.com/mariohahn/MHNotificationHelper/), but with iOS8 support and more languages.\n",
6   "homepage": "https://github.com/nmaletm/STNotificationHelper",
7   "screenshots": "https://raw.githubusercontent.com/nmaletm/STNotificationHelper/master/Screenshots/screenshote-ios7.png",
8   "license": "MIT",
9   "authors": {
10     "Nestor Malet": "nmaletm@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/nmaletm/STNotificationHelper.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/NestorMalet",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resources": "Pod/Assets/STNotification.bundle",
23   "public_header_files": "Pod/Classes/**/*.h",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "Masonry": [
28     ]
29   }