blob: f2b2869b72ffecc243d9b1779ed75a2a49b6ce4d [file] [log] [blame]
{
"name": "CycleSwift",
"version": "1.0.1",
"summary": "An implement Cycle.js",
"description": "An implement Cycle.js with Swift, RxSwif, Stylist",
"homepage": "https://github.com/chuthin/CycleSwift",
"license": "MIT",
"authors": {
"Chu Thin": "thincv@live.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/chuthin/CycleSwift.git",
"tag": "1.0.1"
},
"source_files": "CycleSwift/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"Alamofire": [
],
"Stylist": [
]
}
}