blob: c552a11c2baefdfee5f5e2ecab2271d5f9773386 [file] [log] [blame]
{
"name": "Cycler",
"version": "3.0.1",
"summary": "Cycling Event Flow",
"description": "The unidirectional design pattern inspired with Flux",
"license": "MIT",
"authors": {
"Muukii": "m@muukii.me"
},
"social_media_url": "http://twitter.com/muukii0803",
"platforms": {
"ios": "8.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/muukii/Cycler.git",
"tag": "3.0.1"
},
"source_files": "Cycler/*.swift",
"homepage": "https://github.com/muukii/Cycler",
"dependencies": {
"RxSwift": [
"~> 4.2.0"
],
"RxCocoa": [
"~> 4.2.0"
]
}
}