2 "name": "AnyObjectConvertible",
4 "summary": "Convert your own struct/enum to AnyObject easily.",
5 "description": "Convert your own struct/enum to AnyObject easily.\nYou can cast your struct/enum directory if implement AnyObjectConvertible at that type.\n\n- extension YourOwnStruct: AnyObjectConvertible {}\n- NSNotificationCenter.defaultCenter().postNotificationName(\"foo\", object: YourOwnStruct()) // OK\n- let value = notification.object as? YourOwnStruct",
6 "homepage": "https://github.com/tarunon/AnyObjectConvertible",
9 "tarunon": "croissant9603@gmail.com"
12 "git": "https://github.com/tarunon/AnyObjectConvertible.git",
18 "source_files": "AnyObjectConvertible/*.swift"