blob: 7b18b1dfef4e82fe2aa7b33c5aca3783e3fe4f41 [file] [log] [blame]
{
"name": "WeakPointerArray",
"version": "1.0",
"license": "MIT",
"summary": "The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects(not strong as in Array).",
"homepage": "https://github.com/NickRybalko/WeakPointerArray",
"authors": {
"iOS engineer Nick Rybalko": "https://github.com/NickRybalko"
},
"source": {
"git": "https://github.com/NickRybalko/WeakPointerArray.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}