{"id":16685987,"url":"https://github.com/mosheberman/koshercocoa","last_synced_at":"2025-03-21T18:33:11.469Z","repository":{"id":181012042,"uuid":"9989096","full_name":"MosheBerman/KosherCocoa","owner":"MosheBerman","description":"My Objective-C port of KosherJava. KosherCocoa enables you to perform sunrise-based and sunset-based calculations for Jewish prayer and calendar.","archived":false,"fork":false,"pushed_at":"2024-12-01T20:39:46.000Z","size":24383,"stargazers_count":7,"open_issues_count":24,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-17T14:41:46.102Z","etag":null,"topics":["calculations","calendar","cocoapods","hebrew","ios","jewish-holidays","judaism","koshercocoa-framework","objective-c","sunrise","sunset","zmanim"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MosheBerman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-10T19:47:55.000Z","updated_at":"2024-11-26T22:47:24.000Z","dependencies_parsed_at":"2024-01-07T20:44:18.716Z","dependency_job_id":"fc3a95ce-c258-421c-8500-9912e646419c","html_url":"https://github.com/MosheBerman/KosherCocoa","commit_stats":{"total_commits":389,"total_committers":15,"mean_commits":"25.933333333333334","dds":0.532133676092545,"last_synced_commit":"187536e18419068b10eef072f21829c3f269410b"},"previous_names":["mosheberman/koshercocoa"],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosheBerman%2FKosherCocoa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosheBerman%2FKosherCocoa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosheBerman%2FKosherCocoa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosheBerman%2FKosherCocoa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MosheBerman","download_url":"https://codeload.github.com/MosheBerman/KosherCocoa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244849377,"owners_count":20520698,"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":["calculations","calendar","cocoapods","hebrew","ios","jewish-holidays","judaism","koshercocoa-framework","objective-c","sunrise","sunset","zmanim"],"created_at":"2024-10-12T15:04:07.171Z","updated_at":"2025-03-21T18:33:10.930Z","avatar_url":"https://github.com/MosheBerman.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"KosherCocoa\n===========\n\nKosherCocoa is library that allows you to use sunrise, sunset, Jewish holidays, and other Hebrew calendar calculations in your app.\n\nFeatures:\n---\nKosherCocoa offers seven distinct features, each provided by a set of classes in the library. They are:\n\n- Sunrise/Sunset - When the sun rises and sets at a given latitude, longitude, and altitude.\n- Zmanim - Shema, Zman Tefila, Chatzos, and more.\n- Zmanim Metadata - How each zman is calculated, related zmanim, and the calculation's name in Hebrew, English, and two flavors of transliterated English. (Help [translate this into other spoken languages](https://github.com/MosheBerman/KosherCocoa/issues/127).)\n- Parashat Hashavua - Weekly torah portion, with schedules for *Israel* and *Chul*.\n- Sefira - The omer count between Passover and Shavuot.  \n- Daf Yomi - The daily talmud study program followed by thousands of Jews worldwide.\n- Chagim - When Jewish holidays fall.\n\nSetting it up:\n---\nClone into the repository. \n\nDrag the KosherCocoa Xcode project into your own and add KosherCocoa framework as a dependency.\n\n**CocoaPods:** KosherCocoa supports CocoaPods as of version 3.0.2. Add the following line to your podfile:\n\n```\n'KosherCocoa', '~\u003e 3.6.0'\n```\n\nTechnical Requirements:\n---\nThe latest version of KosherCocoa has been developed with the iOS 9 SDK and Xcode 8. To use the Framework, you'll need to target iOS 8 or higher, macOS 10.11 or higher, tvOS 9.0 or higher, or watchOS 2.0 or higher.\n\nUsing KosherCocoa:\n---\nRead the [documentation](https://github.com/MosheBerman/KosherCocoa/blob/master/Documentation.md) or poke around the file headers. \n\nContributing:\n---\n\nIf you'd like to help localize this framework so users of other languages can benefit, please [see this issue](https://github.com/MosheBerman/KosherCocoa/issues/127).\n\nLicense:\n---\nKosherCocoa is hereby released under the modified LGPL License, version 2.1. See [the full text of the license](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) on the GNU website. One additional modification to the license is below:\n\n\u003e By using this project in your app, you represent that your app does not replicate Ultimate Zmanim in primary functionality or in appearance. You agree not to release an app which includes a list of zmanim as its primary function, neither paid nor for free. An example of an acceptable use is to dynamically change contents of a siddur app, or calculate the weekly torah reading in a chumash app. You further agree to comply with any and all takedown requests.\n\u003e \n\u003e This clause is not intended to change or override anything in the LGPL 2.1 license, nor is it intended to override local laws and regulations.\n \nBasically, I'm tired of copycat apps, so please stop.\n\nThanks!\n---\nPlease let me know if you're using the KosherCocoa framework in your app! \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosheberman%2Fkoshercocoa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosheberman%2Fkoshercocoa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosheberman%2Fkoshercocoa/lists"}