[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 9 / Bagel_USB / 2.0.1 / Bagel_USB.podspec.json
blobc5d2543088452f1ac0e542c1b3060af64806c7c5
2   "name": "Bagel_USB",
3   "version": "2.0.1",
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/ncnk/Bagel.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "10.12",
20     "tvos": "11.0"
21   },
22   "source_files": [
23     "iOS/Source/*.{h,m}",
24     "iOS/Source/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "CocoaAsyncSocket": [
29     ]
30   },
31   "requires_arc": true