{"id":16685524,"url":"https://github.com/imryan/jumprock-ios","last_synced_at":"2026-04-28T10:03:10.518Z","repository":{"id":56917007,"uuid":"163318960","full_name":"imryan/jumprock-ios","owner":"imryan","description":"✉️ Send static forms via Jumprock's API","archived":false,"fork":false,"pushed_at":"2019-08-19T23:04:08.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T16:28:30.460Z","etag":null,"topics":["email-sender","forms","jumprock"],"latest_commit_sha":null,"homepage":"https://jumprock.co/","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/imryan.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-12-27T17:11:38.000Z","updated_at":"2019-08-19T23:04:10.000Z","dependencies_parsed_at":"2022-08-20T21:20:26.111Z","dependency_job_id":null,"html_url":"https://github.com/imryan/jumprock-ios","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/imryan/jumprock-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imryan%2Fjumprock-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imryan%2Fjumprock-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imryan%2Fjumprock-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imryan%2Fjumprock-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imryan","download_url":"https://codeload.github.com/imryan/jumprock-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imryan%2Fjumprock-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28098800,"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","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["email-sender","forms","jumprock"],"created_at":"2024-10-12T14:47:32.353Z","updated_at":"2025-12-28T11:06:23.038Z","avatar_url":"https://github.com/imryan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jumprock\n\n[![CI Status](https://img.shields.io/travis/imryan/Jumprock.svg?style=flat)](https://travis-ci.org/imryan/Jumprock)\n[![Version](https://img.shields.io/cocoapods/v/Jumprock.svg?style=flat)](https://cocoapods.org/pods/Jumprock)\n[![License](https://img.shields.io/cocoapods/l/Jumprock.svg?style=flat)](https://cocoapods.org/pods/Jumprock)\n[![Platform](https://img.shields.io/cocoapods/p/Jumprock.svg?style=flat)](https://cocoapods.org/pods/Jumprock)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Usage\n\n### Create form\n```swift\nlet form = JumprockForm(subject: \"Hello, world!\", \n                        message: \"Some message.\",\n                          phone: \"2125551234\", \n                           name: \"John Doe\",\n                 replyToAddress: \"you@me.com\",\n              redirectURLString: nil, \n                             cc: [\"someone@me.com\", \"someone@me.com\"], bcc: nil)\n```\n### Send form\n```swift\nJumprock.send(form, fromAlias: \"YOUR_ALIAS\") { (error) in\n    if let error = error {\n        debugPrint(\"Did not send email:\", error)\n    }\n    else {\n      debugPrint(\"Sent email!\")\n   }\n}\n```\n## Installation\n\nJumprock is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Jumprock'\n```\n\n## Author\n\nRyan Cohen, notryancohen@gmail.com\n\n## License\n\nJumprock is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimryan%2Fjumprock-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimryan%2Fjumprock-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimryan%2Fjumprock-ios/lists"}