blob: a8b0ff6aa413b9fbfd8f5acd036e4eae03019e20 [file] [log] [blame]
{
"name": "Bagle",
"version": "0.0.1",
"summary": "iOS SDK for Bagle native iOS network debugging tool",
"description": "SSSharer is a little Swift 3.0 pod that enables users to share screenshot image quickly. It's inspired from Asos app. It's highly customizable. You can even design your own ViewController(XIB,Storyboard or pure by code) and use it as a sharer view.",
"homepage": "https://github.com/yagiz/Bagle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yagiz": "yagizgurgul@gmail.com"
},
"source": {
"git": "https://github.com/yagiz/Bagle.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Bagle.framework",
"dependencies": {
"CocoaAsyncSocket": [
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}