blob: 780ad31a544723bc69e548d19654a00a192e68ea [file] [log] [blame]
{
"name": "BertSwift",
"version": "2.0.0",
"summary": "Swift 3.0 compatible Erlang binary format serializer, deserilizer",
"description": "This is Erlang BERT format serializer, deserializer for sending & receiving native erlang packets",
"homepage": "https://github.com/softwarejoint/BERT-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pankajsoni@softwarejoint.com": "pankajsoni@softwarejoint.com"
},
"source": {
"git": "https://github.com/softwarejoint/BERT-swift.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"requires_arc": true,
"dependencies": {
"BigInt": [
"2.1.2"
]
},
"pushed_with_swift_version": "3.0"
}