{"id":18809996,"url":"https://github.com/aryaxt/ocmethodinterceptor","last_synced_at":"2026-01-10T14:30:16.416Z","repository":{"id":9908255,"uuid":"11916858","full_name":"aryaxt/OCMethodInterceptor","owner":"aryaxt","description":"NSObject category to intercept methods","archived":false,"fork":false,"pushed_at":"2013-08-08T13:44:14.000Z","size":428,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T23:22:04.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"hitherejoe/Bourbon","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aryaxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-06T05:56:18.000Z","updated_at":"2017-04-10T02:05:35.000Z","dependencies_parsed_at":"2022-09-10T14:23:12.615Z","dependency_job_id":null,"html_url":"https://github.com/aryaxt/OCMethodInterceptor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaxt%2FOCMethodInterceptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaxt%2FOCMethodInterceptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaxt%2FOCMethodInterceptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaxt%2FOCMethodInterceptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aryaxt","download_url":"https://codeload.github.com/aryaxt/OCMethodInterceptor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239743949,"owners_count":19689574,"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":[],"created_at":"2024-11-07T23:18:28.317Z","updated_at":"2026-01-10T14:30:16.357Z","avatar_url":"https://github.com/aryaxt.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"OCMethodInterceptor\n===================\n\nNSObject category to intercept methods.\nAllows intercepting before or after original method calls, or it gives an option to completely override the original call.\n\nExamples\n-------------------------\n```objective-c\n  Car *car = [[Car alloc] init];\n\n  [car interceptMethod:@selector(startEngine) withExecuteBlock:^(id instance){\n\t\t\t\tNSLog(\"Intercepted startEngine method\");\n\t}andExecutionType:BlockExecutionTypeBeforeOriginalCall];\n  \n  [car startEngine];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaxt%2Focmethodinterceptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faryaxt%2Focmethodinterceptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaxt%2Focmethodinterceptor/lists"}