[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / c / 9 / FutureLib / 0.6.0 / FutureLib.podspec.json
blob598cf7eab7ae93c7aa4f4ce5ead1eb75547d97db
2   "name": "FutureLib",
3   "version": "0.6.0",
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.0"
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