blob: 3df106338bd816587c54cd568a46a3bcf77e96f7 [file] [log] [blame]
{
"name": "SKLogDebugger",
"version": "0.1.0",
"summary": "This is Saikyo.",
"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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SKLogDebugger/Classes/**/*",
"resource_bundles": {
"SKLogDebugger": [
"SKLogDebugger/Assets/**/*.{xib,storyboard}"
]
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"SwiftyJSON": [
],
"SwiftyAttributes": [
]
},
"pushed_with_swift_version": "3.0"
}