[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / d / Weakify / 0.4.0 / Weakify.podspec.json
blob17dc0fe32bb6d07fa99124dd991009f3d7807163
2   "name": "Weakify",
3   "version": "0.4.0",
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.4.0"
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",
23   "pushed_with_swift_version": "3.0"