[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / f / FutureCocoa / 0.10.1 / FutureCocoa.podspec.json
blob387a2949cb139d028fd1cbfe99711ab4f8cb19b5
2   "name": "FutureCocoa",
3   "version": "0.10.1",
4   "summary": "A streamlined Future<Value, Error> implementation",
5   "homepage": "https://github.com/kean/FutureX",
6   "license": "MIT",
7   "authors": "Alexander Grebenyuk",
8   "social_media_url": "https://twitter.com/a_grebenyuk",
9   "source": {
10     "git": "https://github.com/kean/FutureX.git",
11     "tag": "0.10.1"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source_files": "FutureCocoa/**/*",
17   "dependencies": {
18     "FutureX": [
19       "~> 0.10.1"
20     ]
21   }