[Add] TappSDK 1.0.42
[CocoaPods.git] / Specs / 3 / f / d / Weakify / 0.2.3 / Weakify.podspec.json
blob0afa1c3202abf54efbfb6d8dfebfa60ca4644f17
2   "name": "Weakify",
3   "version": "0.2.3",
4   "summary": "Weakly associate an object with a reference to one of its methods",
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.2.3"
14   },
15   "social_media_url": "https://twitter.com/kevlario",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/**/*.swift"