[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 9 / Bagel_USB / 2.0.0 / Bagel_USB.podspec.json
blob95d7ee5e4b69f65ffcf70032e3212aa8469361a0
2   "name": "Bagel_USB",
3   "version": "2.0.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/ncnk/Bagel.git",
16     "tag": "2.0.0"
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