blob: 0e3e6538392e017c93b025efece26abe39905de6 [file] [log] [blame]
{
"name": "CEPSwift",
"version": "0.1.0",
"summary": "Complex Event Processing Engine for Swift.",
"description": "CEPSwift is a Complex Event Processing Engine for Swift built on top of RxSwift! You can create event streams, apply common CEP operators and deal with them asynchronous.",
"homepage": "https://github.com/guedesbgeorge/CEPSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Guedes": "guedesbgeorge42@gmail.com"
},
"source": {
"git": "https://github.com/guedesbgeorge/CEPSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CEPSwift/Classes/**/*",
"dependencies": {
"RxSwift": [
]
},
"pushed_with_swift_version": "4.0"
}