[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 2 / STNotificationHelper / 1.1.1 / STNotificationHelper.podspec.json
blob27661fcd713a3da5036d95e9cb224575404baf1b
2   "name": "STNotificationHelper",
3   "version": "1.1.1",
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": [
8     "https://raw.githubusercontent.com/nmaletm/STNotificationHelper/master/Screenshots/screenshote-ios7.png",
9     "https://raw.githubusercontent.com/nmaletm/STNotificationHelper/master/Screenshots/screenshote-ios8.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Nestor Malet": "nmaletm@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/nmaletm/STNotificationHelper.git",
17     "tag": "1.1.1"
18   },
19   "social_media_url": "https://twitter.com/NestorMalet",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes",
25   "resources": "Pod/Assets/*",
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Masonry": [
31     ]
32   }