[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 9 / f / 6 / REOrderedDictionary / 0.0.3 / REOrderedDictionary.podspec.json
blob02799ae254e88de97bbe06b8ae4d5aed9d340703
2   "name": "REOrderedDictionary",
3   "version": "0.0.3",
4   "summary": "REOrderedDictionary - ordered NSDictionary implementation",
5   "description": "REOrderedDictionary - ordered NSDictionary implementation.",
6   "homepage": "https://github.com/OlehKulykov/REOrderedDictionary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleh Kulykov": "info@resident.name"
13   },
14   "source": {
15     "git": "https://github.com/OlehKulykov/REOrderedDictionary.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "REOrderedDictionary/*.{h,mm}",
25   "public_header_files": "REOrderedDictionary/*.h",
26   "requires_arc": true,
27   "libraries": "stdc++"