blob: 4c45660d78796a0a29148ee4ca1cba8b4a91480c [file] [log] [blame]
{
"name": "OrderedMap",
"version": "1.0.2",
"summary": "Insertion Order Preserved Dictionary for Swift",
"description": "Insertion Order Preserved Dictionary for Swift. Similar to Java LinkedHashMap.",
"homepage": "https://github.com/denizaydemir/OrderedMap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"denizaydemir": "daydemir@ku.edu.tr"
},
"source": {
"git": "https://github.com/denizaydemir/OrderedMap.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OrderedMap/Classes/**/*"
}