Files
LogKit-mirror/Example/Pods/Local Podspecs/LogKit.podspec.json
2018-09-25 16:14:08 +03:00

34 lines
669 B
JSON

{
"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": [
]
}
}