4 "summary": "Always get a default Value with Statue.",
5 "description": "1. When you try to get value from property of an object, it might be nil, or the property is from a protocol which is not implemented in your class. then it will throw exception or give you nothing.\n Statue tries to solve this problem.\n2. In swift, there is a Nil-coalescing Operator. not exists in OC.\n Statue is the alternative way.",
6 "homepage": "https://github.com/aelam/Statue",
12 "Ryan Wang": "wanglun02@gmail.com"
15 "git": "https://github.com/aelam/Statue.git",
21 "source_files": "Statue/Classes/**/*",
22 "public_header_files": "Statue/Classes/**/*.h"