[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / 4 / Statue / 0.1.0 / Statue.podspec.json
blobb82487003c1564c342789d4564bf2474c84c348c
2   "name": "Statue",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryan Wang": "wanglun02@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aelam/Statue.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Statue/Classes/**/*",
22   "public_header_files": "Statue/Classes/**/*.h"