blob: 408dd0eea2e602a95040c1f9f751ccaed133f3f2 [file] [log] [blame]
{
"name": "BidirectionalMap",
"version": "1.0.3",
"summary": "A bidirectional map implementation that mirrors Dictionary.",
"homepage": "https://github.com/zefferus/BidirectionalMap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Wilkinson": "tbondwilkinson@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"source": {
"git": "https://github.com/zefferus/BidirectionalMap.git",
"tag": "1.0.3",
"submodules": false
},
"source_files": "BidirectionalMap/**/*.{h,swift}"
}