[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 2 / CorePromises / 0.1.1 / CorePromises.podspec.json
blob17b5842443ce7d456752a09b8f5bbcf565f4ba18
2   "name": "CorePromises",
3   "version": "0.1.1",
4   "summary": "CorePromises is an attempt to bring Javascript's promises as\n                        described in the A+ specification to Swift.",
5   "description": "CorePromises makes heavy use of generics to bring promises to iOS, combining\n                        the beauty of promises with Swift's typechecking.",
6   "homepage": "https://github.com/borchero/CorePromises",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "borchero": "oliver.borchert@in.tum.de"
13   },
14   "source": {
15     "git": "https://github.com/borchero/CorePromises.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CorePromises/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"