blob: d4ae2fa3ff3465dc5e849da6abe05671f236c7c0 [file] [log] [blame]
{
"name": "REOrderedDictionary",
"version": "0.0.2",
"summary": "REOrderedDictionary - ordered NSDictionary implementation",
"description": "REOrderedDictionary - ordered NSDictionary implementation.",
"homepage": "https://github.com/OlehKulykov/REOrderedDictionary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/REOrderedDictionary.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "REOrderedDictionary/*.{h,mm}",
"public_header_files": "REOrderedDictionary/*.h",
"requires_arc": true,
"libraries": "stdc++"
}