Extension Dictionary mounted on NSObject for Swift
import EasyProp
var object:NSObject = NSObject()
object.prop?["foo"] = "var"
print(object.prop, object.prop?["foo"])
EasyProp is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "EasyProp"
devmario, mario@vanillabreeze.com
EasyProp is available under the MIT license. See the LICENSE file for more info.