[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / f / Future / 0.0.3 / Future.podspec.json
blobd5dc3724806539e605ca16f50059763ec63b55ff
2   "name": "Future",
3   "version": "0.0.3",
4   "summary": "Swift µframework providing Future<T, Error>.",
5   "homepage": "https://github.com/nghialv/Future",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "nghialv": "nghialv2607@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/nghialv",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/nghialv/Future.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "Future/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "Result": [
25       "0.4.3"
26     ]
27   }