{"id":23649492,"url":"https://github.com/payneteasy/readerexampleswift","last_synced_at":"2025-11-13T14:30:16.986Z","repository":{"id":43621378,"uuid":"71633317","full_name":"payneteasy/ReaderExampleSwift","owner":"payneteasy","description":"Example mPOS ios application for Miura (Shuttle, M010) and Spire (spm2, spm20)","archived":false,"fork":false,"pushed_at":"2017-06-10T20:42:55.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-28T15:38:21.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/payneteasy.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":"2016-10-22T10:53:14.000Z","updated_at":"2016-10-22T10:56:09.000Z","dependencies_parsed_at":"2022-09-12T02:31:46.636Z","dependency_job_id":null,"html_url":"https://github.com/payneteasy/ReaderExampleSwift","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/payneteasy%2FReaderExampleSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2FReaderExampleSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2FReaderExampleSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2FReaderExampleSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/payneteasy","download_url":"https://codeload.github.com/payneteasy/ReaderExampleSwift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605123,"owners_count":19666998,"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-12-28T15:38:30.719Z","updated_at":"2025-11-13T14:30:16.908Z","avatar_url":"https://github.com/payneteasy.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example of using PaynetEasyReader library to integrate Miura or Spire mPOS\n\n[![Build Status](https://travis-ci.org/payneteasy/ReaderExampleSwift.svg?branch=master)](https://travis-ci.org/payneteasy/ReaderExampleSwift)\n\n## How to build this project\n\n#### Set up the project dependencies\n\n```\npod install\n```\n\n#### Open workspace\n\nopen ReaderExampleSwift.xcworkspace\n\n## How to integrate the SDK to your swift project\n\n* Create `Podfile` and add *PaynetEasyReader* podspec to it\n* Run `pod install`\n* Run `open your-project.xcworkspace`\n* Add *Bridging-Header.h* file to your project\n\n```obj-c\n#ifndef Bridging_Header_h\n#define Bridging_Header_h\n\n\n#import \u003cPaynetEasyReader/PNEReaderFactory.h\u003e\n#import \u003cPaynetEasyReader/PNEReaderInfo.h\u003e\n#import \u003cPaynetEasyReader/PNEReaderManager.h\u003e\n#import \u003cPaynetEasyReader/PNEReaderPresenter.h\u003e\n#import \u003cPaynetEasyReader/PNEProcessingEvent.h\u003e\n#import \u003cPaynetEasyReader/PNEProcessingContinuation.h\u003e\n#import \u003cPaynetEasyReader/PNECard.h\u003e\n#import \u003cPaynetEasyReader/PNECardError.h\u003e\n#import \u003cPaynetEasyReader/PNEReaderEvent.h\u003e\n#import \u003cPaynetEasyReader/PNEConfigurationContinuation.h\u003e\n#import \u003cPaynetEasyReader/PNEConfigurationContinuationBuilder.h\u003e\n\n#endif /* Bridging_Header_h */\n```\n\n* Drug the *Bridging-Header.h* file to *Build Settings / Objective-C Bridging Header*\n* Add to your *-Info.plist\n```xml\n\u003ckey\u003eUISupportedExternalAccessoryProtocols\u003c/key\u003e\n\u003carray\u003e\n  \u003cstring\u003ecom.miura.shuttle\u003c/string\u003e\n  \u003cstring\u003ecom.thyron\u003c/string\u003e\n\u003c/array\u003e\n```\n  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpayneteasy%2Freaderexampleswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpayneteasy%2Freaderexampleswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpayneteasy%2Freaderexampleswift/lists"}