[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / c / 9 / FutureLib / 0.6.2 / FutureLib.podspec.json
bloba2cff343ccab9bb7e74afb32ebc7cb2787f6aa7f
2   "name": "FutureLib",
3   "version": "0.6.2",
4   "summary": "FutureLib is a pure Swift 2 library implementing Skala-like Futures & Promises",
5   "license": "Apache License, Version 2.0",
6   "homepage": "https://github.com/couchdeveloper/FutureLib",
7   "authors": {
8     "Andreas Grosam": "couchdeveloper@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/couchdeveloper/FutureLib.git",
12     "tag": "0.6.2"
13   },
14   "platforms": {
15     "osx": "10.10",
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source_files": [
21     "Sources/*.swift",
22     "Sources/**/*.swift"
23   ],
24   "requires_arc": true