blob: 3d92297734789f3976fe6976d9052a22abe19a5e [file] [log] [blame]
{
"name": "RACMutableCollectionProperty",
"version": "0.0.2",
"summary": "MutableCollectionProperty for ReactiveCocoa",
"homepage": "https://github.com/gitdoapp/RAC-MutableCollectionProperty",
"license": "MIT",
"authors": {
"@pepibumur": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/gitdoapp/RAC-MutableCollectionProperty.git",
"tag": "0.0.2"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "MutableCollectionProperty/**/*.swift",
"dependencies": {
"ReactiveCocoa": [
"4.0.1"
]
}
}