{ "name": "LogKit", "version": "2.2", "summary": "Quick logging based on representations of objects.", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/averello/LogKit", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Georges Boumis": "developer.george.boumis@gmail.com" }, "source": { "git": "https://github.com/averello/LogKit.git", "tag": "2.2" }, "platforms": { "ios": "8.0" }, "source_files": "LogKit/Classes/**/*", "xcconfig": { "SWIFT_VERSION": "4.2" }, "dependencies": { "RepresentationKit": [ ], "ContentKit": [ ] } }