[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / 6 / 2 / PromiseIOU / 1.0.0 / PromiseIOU.podspec.json
blob964351d5f23fe65628ee28c41f80e03ede6617ec
2   "name": "PromiseIOU",
3   "version": "1.0.0",
4   "description": "PromiseIOU makes it easer to handle asynchronous code in Swift with type safety. It's focused making it easy to manage complex asynchronous code.",
5   "authors": {
6     "Grant Oladipo": "grant@oladipo.us"
7   },
8   "summary": "An implementation of futures written in Swift.",
9   "homepage": "https://github.com/kocodude/PromiseIOU",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/kocodude/PromiseIOU.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/kocodude",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "PromiseIOU/Classes/**/*",
23   "dependencies": {
24     "Operator": [
25       "~> 0.1"
26     ]
27   }