[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 8 / 6 / c / Bagel / 1.2.0 / Bagel.podspec.json
blob56b6dab953006c3dc9966c262c3c13a7801c549e
2   "name": "Bagel",
3   "version": "1.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_frameworks": "Bagel.framework",
22   "frameworks": "Foundation",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "osx": {
27     "frameworks": "Cocoa"
28   },
29   "dependencies": {
30     "BagelCore": [
32     ],
33     "CocoaAsyncSocket": [
35     ]
36   },
37   "requires_arc": true