[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 4 / TestPushNotification / 1.0 / TestPushNotification.podspec.json
blob599639535902bb976d391fdb9627a932d762de36
2   "name": "TestPushNotification",
3   "version": "1.0",
4   "swift_version": "4.0",
5   "summary": "A candy for firing notification with custom payloads",
6   "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.",
7   "homepage": "https://github.com/karthikAdaptavant/TestPushNotification",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "karthikAdaptavant": "karthik.samy@a-cti.com"
14   },
15   "source": {
16     "git": "https://github.com/karthikAdaptavant/TestPushNotification.git",
17     "tag": "1.0"
18   },
19   "social_media_url": "https://twitter.com/i_am_kaarthik",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "TestPushNotification/Classes/**/*",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.7"
27     ],
28     "SwiftyJSON": [
29       "4.0"
30     ]
31   }