blob: 1ba6a3b32fe697e96f9f6a6e47c76215de045df1 [file] [log] [blame]
{
"name": "SKLogDebugger",
"version": "1.1.0",
"summary": "This is Saikyo.",
"swift_version": "4.2",
"description": "Saikyo log debugger.",
"homepage": "https://github.com/aikizoku/SKLogDebugger-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aikizoku": "yuki@thehero.jp"
},
"source": {
"git": "https://github.com/aikizoku/SKLogDebugger-iOS.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/aikizoku",
"platforms": {
"ios": "10.0"
},
"source_files": "SKLogDebugger/Classes/**/*",
"resource_bundles": {
"SKLogDebugger": [
"SKLogDebugger/Assets/**/*.{xib,storyboard}"
]
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"SwiftyJSON": [
],
"SwiftyAttributes": [
]
}
}