[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 7 / 1 / OrderedDictionary / 1.1 / OrderedDictionary.podspec.json
blobd23c404ca6d4866b9ee809d3c46be7168a434dbe
2   "name": "OrderedDictionary",
3   "version": "1.1",
4   "license": {
5     "type": "zlib",
6     "file": "LICENCE.md"
7   },
8   "summary": "NSDictionary subclass for iOS/Mac OS that preserves insertion order.",
9   "homepage": "https://github.com/nicklockwood/OrderedDictionary",
10   "authors": {
11     "Nick Lockwood": "support@charcoaldesign.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/nicklockwood/OrderedDictionary.git",
15     "tag": "1.1"
16   },
17   "source_files": "OrderedDictionary",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.6"
22   }