blob: b32826d28fae1756c76e97b5cceb61ba63594bf5 [file] [log] [blame]
{
"name": "ReactKit",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/inamiy/ReactKit",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Swift Reactive Programming.",
"source": {
"git": "https://github.com/inamiy/ReactKit.git",
"tag": "0.0.1"
},
"source_files": "ReactKit/**/*.{h,swift}",
"frameworks": "Swift",
"requires_arc": true,
"dependencies": {
"SwiftTask": [
"~> 0.0.1"
],
"SwiftState": [
"~> 0.0.1"
]
}
}