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