blob: f582655c4303ce06791016a2daf799b9215a9e2a [file] [log] [blame]
{
"name": "CollectionVariable",
"version": "0.0.2",
"summary": "CollectionVariable for RxSwift",
"homepage": "https://github.com/gitdoapp/CollectionVariable",
"license": "MIT",
"authors": {
"@pepibumur": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/gitdoapp/CollectionVariable.git",
"tag": "0.0.2"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "CollectionVariable/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.1"
]
}
}