[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 6 / 4 / SimulatorRemoteNotifications / 0.0.3 / SimulatorRemoteNotifications.podspec.json
blob5bb5202c03523be518d018612686a3c18ffdd6eb
2   "name": "SimulatorRemoteNotifications",
3   "version": "0.0.3",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "Library to send mock remote notifications to the iOS simulator",
9   "homepage": "https://github.com/acoomans/SimulatorRemoteNotifications",
10   "screenshots": [
11     "https://raw.githubusercontent.com/acoomans/SimulatorRemoteNotifications/0.0.3/Screenshots/screenshot01.png",
12     "https://raw.githubusercontent.com/acoomans/SimulatorRemoteNotifications/0.0.3/Screenshots/screenshot02.png"
13   ],
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0"
17   },
18   "xcconfig": {
19     "OTHER_LDFLAGS": "-lObjC"
20   },
21   "authors": {
22     "Arnaud Coomans": "arnaud.coomans@gmail.com"
23   },
24   "source_files": "SimulatorRemoteNotifications/**/*.{h,m}",
25   "source": {
26     "git": "https://github.com/acoomans/SimulatorRemoteNotifications.git",
27     "tag": "0.0.3"
28   }