{"id":20519467,"url":"https://github.com/showxu/Inspector","last_synced_at":"2025-05-09T09:31:23.577Z","repository":{"id":56915537,"uuid":"117065626","full_name":"showxu/Inspector","owner":"showxu","description":"🎛 A simple Object-Oriented objc runtime wrapper for Swift.","archived":false,"fork":false,"pushed_at":"2018-01-29T05:22:53.000Z","size":348,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T08:02:30.767Z","etag":null,"topics":["elegant","objc","objc-runtime","runtime","swift","swift3","swift4","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/showxu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-11T07:26:41.000Z","updated_at":"2023-05-03T06:45:23.000Z","dependencies_parsed_at":"2022-08-21T02:51:00.972Z","dependency_job_id":null,"html_url":"https://github.com/showxu/Inspector","commit_stats":null,"previous_names":["0xxd0/inspector"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showxu%2FInspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showxu%2FInspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showxu%2FInspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showxu%2FInspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/showxu","download_url":"https://codeload.github.com/showxu/Inspector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253226467,"owners_count":21874333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elegant","objc","objc-runtime","runtime","swift","swift3","swift4","wrapper"],"created_at":"2024-11-15T22:14:06.447Z","updated_at":"2025-05-09T09:31:23.198Z","avatar_url":"https://github.com/showxu.png","language":"Swift","readme":"\n# Inspector [![Circle CI](https://circleci.com/gh/0xxd0/Inspector/tree/master.svg?style=svg)](https://circleci.com/gh/0xxd0/Inspector)\n\n[![Travis CI](https://img.shields.io/travis/0xxd0/Inspector.svg)](https://www.travis-ci.org/0xxd0/Inspector)\n[![CocoaPods](https://img.shields.io/cocoapods/p/Inspector.svg)](gitHub.com/0xxd0/Inspector)\n[![CocoaPods](https://img.shields.io/cocoapods/v/Inspector.svg)](gitHub.com/0xxd0/Inspector)\n[![](https://img.shields.io/github/repo-size/0xxd0/Inspector.svg)]()\n[![Swift Version](https://img.shields.io/badge/Swift-3.2%20%7C%204.0-ed523f.svg)]()\n\nAn elegant Object-Oriented objc runtime wrapper for Swift.\n\n- [Requirement](#requirement)\n- [Installation](#installation)\n- [Document](#document)\n- [License](#license)\n\n## Requirement\n\n\n\n#### Required\n- Xcode 9.0+\n- iOS 8.0+ | macOS 10.9+ | tvOS 9.0+ | watchOS 2.0+\n- Swift 3.2+\n\n#### Optional\n- CocoaPods 1.3+\n\n## Installation\n\n### CocoaPods \n![CocoaPods](https://img.shields.io/cocoapods/v/Inspector.svg)\n\n[CocoaPods](http://cocoapods.org) CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 41 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly. \n\n#### Install Cocoapods\n\n```bash\n$ gem install cocoapods\n```\n\n#### Integrate Inspector\n\nWith CocoaPods, specify Inspector in your `Podfile`:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '8.0'\nuse_frameworks!\n\ntarget '\u003cYour Target\u003e' do\n    pod 'Inspector', '~\u003e 0.0.1'\nend\n```\n\nrun pod install:\n\n```bash\n$ pod install\n```\n\n### Carthage\n\nCarthage is intended to be the simplest way to add frameworks to your Cocoa application.\n\n#### Install Carthage \n\n```shell\n$ brew update\n$ brew install carthage\n```\n\n#### Integrate Inspector\n\nAdd following to Cartfile:\n\n```\ngithub \"0xxd0/Inspector\" ~\u003e 0.0.1\n```\n\n### Swift Package Manager\n\nThe [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.\n\n#### Integrate Inspector\n\n```swift\n// Package.swift\n// swift-tools-version:3.0\n\nlet package = Package(\n    name: \"\u003c#Your Target#\u003e\",\n    dependencies: [\n        // ···\n        .Package(url: \"https://github.com/0xxd0/Inspector.git\", majorVersion: 0)\n        // ···\n    ]\n)\n```\n\n### Manually\n\nDownload zip or clone repo and integrate into your project manually.\n\n## Document\n\nSee [Online Documentation](https://0xxd0.github.io/Inspector/)\n\n## License\n[![license](https://img.shields.io/github/license/0xxd0/Inspector.svg?colorA=24292e\u0026colorB=24292e\u0026style=flat)](https://github.com/0xxd0/Inspector/blob/master/LICENSE)\n\nThis project is released under the **MIT License**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshowxu%2FInspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshowxu%2FInspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshowxu%2FInspector/lists"}