[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 9 / PINFuture / 5.1.1 / PINFuture.podspec.json
blob384e54e84133b3b2e05946868212227e5260adc9
2   "name": "PINFuture",
3   "version": "5.1.1",
4   "summary": "An Objective C implementation of the Future pattern that aims to provide maximal type safety.",
5   "description": "An Objective C implementation of the Future async value pattern that aims to provide maximal type safety.",
6   "homepage": "https://github.com/pinterest/PINFuture",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Danford": "chrisdanford@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pinterest/PINFuture.git",
16     "tag": "5.1.1"
17   },
18   "social_media_url": "https://twitter.com/PinterestEng",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PINFuture/Classes/**/*",
23   "weak_frameworks": "Photos",
24   "frameworks": "Foundation"