[Add] IMGLYDesignEditor 1.40.1-rc.0
[CocoaPods.git] / Specs / 0 / 8 / 9 / WeakArray / 0.4 / WeakArray.podspec.json
blob005324031a1c53833b9e5b4070eafab8139f9639
2   "name": "WeakArray",
3   "version": "0.4",
4   "summary": "A collection type that behaves like a Swift Array, but will not retain any of its objects.",
5   "description": "WeakArray offers a collection type that behaves like a Swift Array, but will not retain any of its objects.",
6   "homepage": "https://github.com/raumfeld/WeakArray",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David Mauro": "email@dmauro.com"
13   },
14   "source": {
15     "git": "https://github.com/raumfeld/WeakArray.git",
16     "tag": "0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WeakArray/Classes/**/*",
22   "pushed_with_swift_version": "3.0"