[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / c / Bagel / 1.2.2 / Bagel.podspec.json
blob1a820973bc38c0f976c74ab0cba17ddcb7d5b239
2   "name": "Bagel",
3   "version": "1.2.2",
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.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/*.{h,m}",
22   "dependencies": {
23     "CocoaAsyncSocket": [
25     ]
26   },
27   "requires_arc": true