gitextract_kkap6s41/ ├── .gitignore ├── KKLog/ │ ├── KKLog/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── Images.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── KKLog/ │ │ │ ├── KKLog.h │ │ │ └── KKLog.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ └── main.m │ ├── KKLog.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── KKLogTests/ │ ├── Info.plist │ └── KKLogTests.m ├── KKLog.podspec ├── LICENSE └── README.md