blob: 6fe6ee52bb8d62d16f6553f7611aca058e66083b [file] [log] [blame]
{
"name": "CallbagCocoa",
"version": "0.2.3",
"summary": "An implement Callbag.js with Cocoa",
"description": "An implement Callbag.js with Swift and Cocoa",
"homepage": "https://github.com/chuthin/Callbag",
"license": "MIT",
"authors": {
"Chu Thin": "thincv@live.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/chuthin/Callbag.git",
"tag": "0.2.3"
},
"source_files": "CallbagCocoa/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Callbag": [
],
"ActionKit": [
]
}
}