[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 3 / WeakPointerArray / 1.0 / WeakPointerArray.podspec.json
blob7b18b1dfef4e82fe2aa7b33c5aca3783e3fe4f41
2   "name": "WeakPointerArray",
3   "version": "1.0",
4   "license": "MIT",
5   "summary": "The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects(not strong as in Array).",
6   "homepage": "https://github.com/NickRybalko/WeakPointerArray",
7   "authors": {
8     "iOS engineer Nick Rybalko": "https://github.com/NickRybalko"
9   },
10   "source": {
11     "git": "https://github.com/NickRybalko/WeakPointerArray.git",
12     "tag": "1.0"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.11",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source_files": "Source/*.swift",
21   "pushed_with_swift_version": "3.0"