blob: a2f125e0576c498e7a6d9398c40beea90b84be25 [file] [log] [blame]
{
"name": "EPOrderedDictionary",
"version": "0.1.1",
"summary": "An implementation of the ordered dictionary for iOS",
"description": "It's known that the `NSDictionary` and `NSMutableDictionary` in Foundation framework are all unordered collections of key-value pairs, but in some real scenarios, we do need the data structure to hold the ordered key-value pairs. In order to fill this kind of gap, this library was born.",
"homepage": "https://github.com/zhang-hu/EPOrderedDictionary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhanghu": "1145512680@qq.com"
},
"source": {
"git": "https://github.com/zhang-hu/EPOrderedDictionary.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "2.0"
},
"source_files": "EPOrderedDictionary/Classes/*"
}