blob: b696a834be6d0f3cbd192e3b709e9abb46d5f75e [file] [log] [blame]
{
"name": "swiftRemoteLogger",
"version": "0.1.0",
"summary": "A simple remote logger for swift, via php script",
"description": "A php based remote logger system, download the dedicated php script in order to remote log every information about your app during debug sessions.",
"homepage": "https://github.com/matteocrippa/swiftRemoteLogger",
"license": "MIT",
"authors": {
"Matteo Crippa": "github@matteocrippa.it"
},
"source": {
"git": "https://github.com/matteocrippa/swiftRemoteLogger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Pod/Classes/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.3"
]
}
}