{"id":16697044,"url":"https://github.com/ikesyo/reactiveaccountstore","last_synced_at":"2025-04-10T02:52:26.224Z","repository":{"id":16477250,"uuid":"19229553","full_name":"ikesyo/ReactiveAccountStore","owner":"ikesyo","description":"ReactiveCocoa support for Accounts.framework.","archived":false,"fork":false,"pushed_at":"2014-05-05T03:07:38.000Z","size":264,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T06:32:03.344Z","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/ikesyo.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":"2014-04-28T06:45:42.000Z","updated_at":"2022-01-13T17:46:49.000Z","dependencies_parsed_at":"2022-09-19T08:25:44.612Z","dependency_job_id":null,"html_url":"https://github.com/ikesyo/ReactiveAccountStore","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikesyo%2FReactiveAccountStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikesyo%2FReactiveAccountStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikesyo%2FReactiveAccountStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikesyo%2FReactiveAccountStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikesyo","download_url":"https://codeload.github.com/ikesyo/ReactiveAccountStore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147117,"owners_count":21055479,"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-10-12T17:45:57.395Z","updated_at":"2025-04-10T02:52:26.196Z","avatar_url":"https://github.com/ikesyo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactiveAccountStore ![License MIT](http://img.shields.io/badge/license-MIT-green.svg)\n\n[![Build Status](https://travis-ci.org/ikesyo/ReactiveAccountStore.svg?branch=master)](https://travis-ci.org/ikesyo/ReactiveAccountStore)\n[![Version](https://cocoapod-badges.herokuapp.com/v/ReactiveAccountStore/badge.png)](https://cocoapod-badges.herokuapp.com/v/ReactiveAccountStore/badge.png)\n[![Platform](https://cocoapod-badges.herokuapp.com/p/ReactiveAccountStore/badge.png)](https://cocoapod-badges.herokuapp.com/p/ReactiveAccountStore/badge.png)\n[![Analytics](https://ga-beacon.appspot.com/UA-205122-10/ReactiveAccountStore/README.md)](https://github.com/igrigorik/ga-beacon)\n\n[**ReactiveCocoa**](https://github.com/ReactiveCocoa/ReactiveCocoa) support for `Accounts.framework`.\n\n## Usage\n\nRequests access and saves an account:\n\n```objc\nACAccountStore *accountStore = [[ACAccountStore alloc] init];\nACAccountType *type = [accountStore accountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierTwitter];\n\n[[[accountStore\n    rac_requestAccessToAccountsWithType:type options:nil]\n    concat:[RACSignal defer:^{\n        ACAccount *account = [accountStore accountsWithAccountType:type][0];\n        account.accountDescription = @\"description\";\n        return [accountStore rac_saveAccount:account];\n    }]] subscribeError:^(NSError *error) {\n        // Failed to save or access was not granted.\n    } completed:^{\n        // Succeeded to save.\n    }];\n```\n\n## Requirements\n\n- iOS 6.0+\n- OS X 10.8+\n\n## Installation\n\nLet's use [CocoaPods](http://cocoapods.org/).\n\nAdd the following line to your Podfile:\n\n```ruby\npod 'ReactiveAccountStore'\n```\n\nThen, run the following command in the project direcotry:\n\n```sh\n$ pod install\n```\n\n## Contributors\n\nSyo Ikeda, [suicaicoca@gmail.com](mailto://suicaicoca@gmail.com)\n\n## License\n\nReactiveAccountStore is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikesyo%2Freactiveaccountstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikesyo%2Freactiveaccountstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikesyo%2Freactiveaccountstore/lists"}