blob: 4b556c4396b6a95a7bd0d7b5d0445acea6d08cb0 [file] [log] [blame]
{
"name": "CollectionVariable",
"version": "0.0.1",
"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.1"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "CollectionVariable/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.1"
]
}
}