blob: 5f0ab64716227f917cb3d835222aa8359a984bd9 [file] [log] [blame]
{
"name": "SGNotificationHelper",
"version": "0.1.2",
"summary": "iOS Remote Notification and UILocalNotification Helper",
"homepage": "https://github.com/SanggeonPark/SGNotificationHelper",
"source": {
"git": "https://github.com/SanggeonPark/SGNotificationHelper.git",
"tag": "0.1.2"
},
"authors": {
"Sanggeon Park": "gunnih@gmail.com"
},
"platforms": {
"ios": "7.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}"
}
]
}