{"id":3016,"url":"https://github.com/BlocksKit/BlocksKit","last_synced_at":"2025-08-03T12:31:54.544Z","repository":{"id":1506108,"uuid":"1762028","full_name":"BlocksKit/BlocksKit","owner":"BlocksKit","description":"The Objective-C block utilities you always wish you had.","archived":true,"fork":false,"pushed_at":"2018-02-02T10:11:16.000Z","size":5860,"stargazers_count":6892,"open_issues_count":91,"forks_count":1265,"subscribers_count":266,"default_branch":"master","last_synced_at":"2024-10-30T01:53:59.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/BlocksKit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2011-05-17T18:06:36.000Z","updated_at":"2024-10-27T20:45:05.000Z","dependencies_parsed_at":"2022-07-20T14:18:54.357Z","dependency_job_id":null,"html_url":"https://github.com/BlocksKit/BlocksKit","commit_stats":null,"previous_names":["zwaldowski/blockskit"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlocksKit%2FBlocksKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlocksKit%2FBlocksKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlocksKit%2FBlocksKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlocksKit%2FBlocksKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlocksKit","download_url":"https://codeload.github.com/BlocksKit/BlocksKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228543247,"owners_count":17934450,"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-01-05T20:16:29.022Z","updated_at":"2024-12-07T00:31:10.484Z","avatar_url":"https://github.com/BlocksKit.png","language":"Objective-C","readme":"[BlocksKit](https://zwaldowski.github.io/BlocksKit)\n===================================================\n\nBlocks in C and Objective-C are downright magical.  They make coding easier and potentially quicker, not to mention faster on the front end with multithreading and Grand Central Dispatch.  BlocksKit hopes to facilitate this kind of programming by removing some of the annoying - and, in some cases, impeding - limits on coding with blocks.\n\nBlocksKit is a framework for OS X Mountain Lion and newer, a static library for iOS 6 and iOS 7, and a framework for iOS 8 and newer.\n\nBlocksKit was created by [Zachary Waldowski](https://github.com/zwaldowski) and [Alexsander Akers](https://github.com/a2) and is maintained by the former.\n\nInstallation\n============\n\nBlocksKit can be added to a project using [CocoaPods](https://github.com/cocoapods/cocoapods). One may also use targets included in the project.\n\n### Framework\n\n* Download a release of BlocksKit.\n* Drag (or \"Add Files...\") `BlocksKit.xcodeproj` to *your* Xcode project using\nthe Navigator.\n* From the \"General\" pane of your application or framework, add\n`BlocksKit.framework` to the \"Embedded Binaries\" list.\n* `@import BlocksKit;`\n\n### Static Library\n\n* Download a release of BlocksKit.\n* Run \"Archive\" in Xcode.\n* By default the static library will be compiled to `~/Library/Developer/Xcode/DerivedData`.\n* Move libBlocksKit.a and Headers to your project's folder, preferably a subfolder like \"Vendor\".\n* In \"Build Phases\", Drag libBlocksKit.a into your target's \"Link Binary With Libraries\" build phase.\n* In the build settings of your target or project, change \"Other Linker Flags\" to `-ObjC`. Make sure your app is linked with CoreGraphics, Foundation, MessageUI, and UIKit.\n* Change (or add) to \"Header Search Paths\" the relative path to BlocksKit's headers, like `$(SRCROOT)/Vendor/Headers`.\n* Insert `#import \u003cBlocksKit/BlocksKit.h\u003e` in your project's prefix header.\n\nDocumentation\n=============\n\nAn Xcode-compatible documentation set is available [from CocoaDocs](http://cocoadocs.org/docsets/BlocksKit/).\n\nLicense\n=======\n\nBlocksKit is maintained under the MIT license.  **The project itself is free for use in any and all projects.**  You can use BlocksKit in any project, public or private, with or without attribution - though we prefer attribution! It helps us.\n\nUnsure about your rights?  [Read more.](http://opensource.org/licenses/MIT)\n\nIndividual credits for included code exist in the header files and documentation. We thank them for their contributions to the open source community.\n\nDocumentation help has been contributed by [Alex Gray](https://github.com/mralexgray).\n\n","funding_links":[],"categories":["Utility","Objective-C","Objective-C  Stars 1000以内排名整理","etc"],"sub_categories":["Web View","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlocksKit%2FBlocksKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlocksKit%2FBlocksKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlocksKit%2FBlocksKit/lists"}