[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 0 / SGNotificationHelper / 0.1.2 / SGNotificationHelper.podspec.json
blob5f0ab64716227f917cb3d835222aa8359a984bd9
2   "name": "SGNotificationHelper",
3   "version": "0.1.2",
4   "summary": "iOS Remote Notification and UILocalNotification Helper",
5   "homepage": "https://github.com/SanggeonPark/SGNotificationHelper",
6   "source": {
7     "git": "https://github.com/SanggeonPark/SGNotificationHelper.git",
8     "tag": "0.1.2"
9   },
10   "authors": {
11     "Sanggeon Park": "gunnih@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "BSD-new",
19     "file": "LICENSE.txt"
20   },
21   "public_header_files": "SGLocalNotificationHelper/*.h",
22   "default_subspecs": "SGNotificationHelper",
23   "subspecs": [
24     {
25       "name": "SGNotificationHelper",
26       "source_files": "SGLocalNotificationHelper/*.{h,m}"
27     }
28   ]