[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 9 / 0 / 2 / CorePromises / 0.1.2 / CorePromises.podspec.json
blob96f0a3dc77b82f6cfbc27332b2d91c02e8543c0e
2   "name": "CorePromises",
3   "version": "0.1.2",
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.2"
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"