[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / e / b / BertSwift / 2.0.1 / BertSwift.podspec.json
blob57ed7e5c1a92f9e67981c6266b995a404b0a1fa5
2   "name": "BertSwift",
3   "version": "2.0.1",
4   "summary": "Swift 3.0 compatible Erlang binary format serializer, deserilizer",
5   "description": "This is Erlang BERT format serializer, deserializer for sending & receiving native erlang packets",
6   "homepage": "https://github.com/softwarejoint/BertSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pankajsoni@softwarejoint.com": "pankajsoni@softwarejoint.com"
13   },
14   "source": {
15     "git": "https://github.com/softwarejoint/BertSwift.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/*.swift",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "BigInt": [
28       "2.1.2"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"