[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 8 / 6 / c / Bagel / 1.4.0 / Bagel.podspec.json
blob817d7efa5fdb35668d3521f9d2c490d9fd579da5
2   "name": "Bagel",
3   "version": "1.4.0",
4   "summary": "Bagel is a little native iOS network sniffer.",
5   "description": "Bagel is a native iOS network sniffer. It's not a proxy debugger so you don't have to mess around with certificates, proxy settings etc. As long as your iOS devices and your Mac are in the same network, you can view the network traffic of your apps seperated by the devices.",
6   "homepage": "https://github.com/yagiz/Bagel",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yagiz": "yagizgurgul@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yagiz/Bagel.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "11.0"
21   },
22   "source_files": "iOS/Source/*.{h,m}",
23   "dependencies": {
24     "CocoaAsyncSocket": [
26     ]
27   },
28   "requires_arc": true