[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / b / BertSwift / 2.1.1 / BertSwift.podspec.json
blob42ab33459241898ab3e8e1abe57169d7421c491a
2   "name": "BertSwift",
3   "version": "2.1.1",
4   "summary": "Swift 4.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.md"
10   },
11   "authors": {
12     "pankajsoni@softwarejoint.com": "pankajsoni@softwarejoint.com"
13   },
14   "source": {
15     "git": "https://github.com/softwarejoint/BertSwift.git",
16     "tag": "2.1.1"
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.0.1"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"