[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / d / 6 / WatchKitPromises / 0.2.1 / WatchKitPromises.podspec.json
blobd4ff5d2db5668fe1c456ab39ed4c0e40b3ded144
2   "name": "WatchKitPromises",
3   "version": "0.2.1",
4   "summary": "A library to add PromiseKit support to WatchKit.",
5   "description": "Adds support for WatchKit animations to WatchKit",
6   "homepage": "https://github.com/sforteln/WatchKitPromises",
7   "license": "MIT",
8   "authors": {
9     "Simon Fortelny": "sforteln@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sforteln/WatchKitPromises.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/simonfort",
16   "platforms": {
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*.{swift}",
21   "frameworks": "WatchKit",
22   "dependencies": {
23     "PromiseKit": [
24       "~> 4.2"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"