An open API service indexing awesome lists of open source software.

https://github.com/wequick/pbind

Pbind, a data binder with Plist. Focus on "Less code, More efficient".
https://github.com/wequick/pbind

Last synced: 9 months ago
JSON representation

Pbind, a data binder with Plist. Focus on "Less code, More efficient".

Awesome Lists containing this project

README

          

# Pbind

[![CI Status](http://img.shields.io/travis/wequick/Pbind.svg?style=flat)](https://travis-ci.org/wequick/Pbind)
[![Version](https://img.shields.io/cocoapods/v/Pbind.svg?style=flat)](http://cocoapods.org/pods/Pbind)
[![License](https://img.shields.io/cocoapods/l/Pbind.svg?style=flat)](http://cocoapods.org/pods/Pbind)
[![Platform](https://img.shields.io/cocoapods/p/Pbind.svg?style=flat)](http://cocoapods.org/pods/Pbind)
[![Support](https://img.shields.io/badge/support-iOS%208%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)

Pbind is a development platform for building mobile applications with apple Plist file.

## Snapshot (LiveLoad)

![Pbind playground](https://cloud.githubusercontent.com/assets/5291591/18739105/bc203a7a-80d3-11e6-98f9-fdcacecf4197.gif)

## Quickstart

[Get started in 5 minutes.](http://code.wequick.net/Pbind)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

Pbind is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Pbind"
```

## License

Pbind is available under the MIT license. See the LICENSE file for more info.