[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 9 / d / 7 / Promisor / 0.2.0 / Promisor.podspec.json
blob3b156a403b93b89d02389d7d99a975a4eb3e688e
2   "name": "Promisor",
3   "version": "0.2.0",
4   "summary": "A Swift implementation of Promise.",
5   "description": "Promisor is an implementation of Promise in Swift. A promise represents the eventual result of an asynchronous operation.\nPromises are very similar to the promises you make in real life. A promise can either be kept or broken.",
6   "homepage": "https://github.com/enniobovyn/Promisor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ennio Bovyn": "enniobovyn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/enniobovyn/Promisor.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "Promisor/Classes/**/*"