blob: d4ff5d2db5668fe1c456ab39ed4c0e40b3ded144 [file] [log] [blame]
{
"name": "WatchKitPromises",
"version": "0.2.1",
"summary": "A library to add PromiseKit support to WatchKit.",
"description": "Adds support for WatchKit animations to WatchKit",
"homepage": "https://github.com/sforteln/WatchKitPromises",
"license": "MIT",
"authors": {
"Simon Fortelny": "sforteln@gmail.com"
},
"source": {
"git": "https://github.com/sforteln/WatchKitPromises.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/simonfort",
"platforms": {
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{swift}",
"frameworks": "WatchKit",
"dependencies": {
"PromiseKit": [
"~> 4.2"
]
},
"pushed_with_swift_version": "3.0"
}