blob: 92855021e69865e2e5d23f6949b9f6556bd38cb8 [file] [log] [blame]
{
"name": "ReactiveCollections",
"version": "1.0.0-alpha.1",
"summary": "Reactive collections for Swift using ReactiveSwift",
"homepage": "https://github.com/RACCommunity/ReactiveCollections/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "RACCommunity",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RACCommunity/ReactiveCollections.git",
"tag": "1.0.0-alpha.1"
},
"source_files": "Sources/*.{swift}",
"dependencies": {
"ReactiveSwift": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}