blob: 599639535902bb976d391fdb9627a932d762de36 [file] [log] [blame]
{
"name": "TestPushNotification",
"version": "1.0",
"swift_version": "4.0",
"summary": "A candy for firing notification with custom payloads",
"description": "Testing Notification is always hard when it comes to iOS. Here is a small chunk which uses firebase api, where you can pass your custom payload to fire a notification.",
"homepage": "https://github.com/karthikAdaptavant/TestPushNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"karthikAdaptavant": "karthik.samy@a-cti.com"
},
"source": {
"git": "https://github.com/karthikAdaptavant/TestPushNotification.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/i_am_kaarthik",
"platforms": {
"ios": "9.0"
},
"source_files": "TestPushNotification/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"SwiftyJSON": [
"4.0"
]
}
}