| { |
| "name": "MRCodeView", |
| "version": "0.2.3", |
| "summary": "Easy passcode input", |
| "description": "CodeView helps you to implement a simple numeric passcode input.", |
| "homepage": "https://github.com/euroboy/MRCodeView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "rmatei1@gmail.com": "rmatei1@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/euroboy/MRCodeView.git", |
| "tag": "0.2.3" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "MRCodeView/Classes/**/*", |
| "resource_bundles": { |
| "MRCodeView": [ |
| "MRCodeView/Assets/*.{xib,png}" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |