blob: a6d2bfc29ee9dd08acca81f07defafa98d021e68 [file] [log] [blame]
{
"name": "SGNotificationHelper",
"version": "0.1.4",
"summary": "iOS Remote Notification and UILocalNotification Helper",
"homepage": "https://github.com/SanggeonPark/SGNotificationHelper",
"source": {
"git": "https://github.com/SanggeonPark/SGNotificationHelper.git",
"tag": "0.1.4"
},
"authors": {
"Sanggeon Park": "gunnih@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"license": {
"type": "BSD-new",
"file": "LICENSE.txt"
},
"public_header_files": "SGLocalNotificationHelper/*.h",
"default_subspecs": "SGNotificationHelper",
"subspecs": [
{
"name": "SGNotificationHelper",
"source_files": "SGLocalNotificationHelper/*.{h,m}"
}
]
}