blob: 98f3a5b14b1128500f2146cb2183034a7f90a0f2 [file] [log] [blame]
{
"name": "CycleSwift",
"version": "1.0.2",
"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.2"
},
"source_files": "CycleSwift/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"Alamofire": [
],
"Stylist": [
]
}
}