devmario / EasyProp

Extension dictionary mounted on NSObject for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyProp

Extension Dictionary mounted on NSObject for Swift

CI Status Version License Platform

Example

import EasyProp

var object:NSObject = NSObject()
object.prop?["foo"] = "var"
print(object.prop, object.prop?["foo"])

Installation

EasyProp is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EasyProp"

Author

devmario, mario@vanillabreeze.com

License

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

About

Extension dictionary mounted on NSObject for Swift

License:MIT License


Languages

Language:Ruby 80.3%Language:Swift 19.7%