blob: 5e43f21f2ff989b2023f67828189680558f19931 [file] [log] [blame]
{
"name": "RACMutableCollectionProperty",
"version": "0.1.0",
"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.1.0"
},
"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"
]
}
}