[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 3 / 6 / WeakDictionary / 2.0.2 / WeakDictionary.podspec.json
blob0d6e02bfce4c3bd829da12e16a113bab88665103
2   "name": "WeakDictionary",
3   "version": "2.0.2",
4   "summary": "A naive (strong key/weak value) dictionary & (weak key/weak value) dictionary implementations in swift",
5   "homepage": "https://github.com/nicholascross/WeakDictionary",
6   "license": "MIT",
7   "authors": {
8     "Nicholas Cross": "isthisreallyneeded78908657634257756@gmail.com"
9   },
10   "platforms": {
11     "osx": "10.9",
12     "ios": "9.0",
13     "tvos": "9.0",
14     "watchos": "2.0"
15   },
16   "source": {
17     "git": "https://github.com/nicholascross/WeakDictionary.git",
18     "tag": "2.0.2"
19   },
20   "source_files": "WeakDictionary/*.swift",
21   "requires_arc": true,
22   "swift_version": "4.2"