[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / a / e / b / BertSwift / 2.1.2 / BertSwift.podspec.json
blob4a1668570be93f9361948289a9cd1d55eec1374c
2   "name": "BertSwift",
3   "version": "2.1.2",
4   "summary": "Swift 4.1 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/SwiftBert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "pankajsoni@softwarejoint.com": "pankajsoni@softwarejoint.com"
13   },
14   "source": {
15     "git": "https://github.com/softwarejoint/SwiftBert.git",
16     "tag": "2.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Source/*.swift",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.0"
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "BigInt": [
31       "3.1.0"
32     ]
33   }