[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / f / d / Weakify / 0.1.1 / Weakify.podspec.json
blob8f1e2cb1e076ec3c642a8ec8554b7a7b0a1d03e3
2   "name": "Weakify",
3   "version": "0.1.1",
4   "summary": "A set of functions that allow you to weakly apply an object to a method so that it can be used without causing memory leaks.",
5   "description": "Weakify is a µframework providing some commonly useful variations of the weakify() function. weakify() is primarily a way to be able to use a method on a class as a closure value that would be managed by some other component, but in a way that prevents memory leaks from occurring.",
6   "homepage": "https://github.com/klundberg/Weakify",
7   "license": "MIT",
8   "authors": {
9     "Kevin Lundberg": "kevin@klundberg.com"
10   },
11   "source": {
12     "git": "https://github.com/klundberg/Weakify.git",
13     "tag": "v0.1.1"
14   },
15   "social_media_url": "https://twitter.com/kevlario",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Weakify/*.swift"