[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / d / Weakify / 0.2.0 / Weakify.podspec.json
blob6a55afcfb0b8ed2aff744822ba8708501709bfae
2   "name": "Weakify",
3   "version": "0.2.0",
4   "summary": "Weakly apply an object to a curried static method safely",
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.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   },
21   "source_files": "Weakify/**/*.{h,swift}"