Skip to content

devmario/EasyProp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published