blob: 6e1e4372bcc44b328b14b872c3ee3a47e35125ee [file] [log] [blame]
{
"name": "RxContacts",
"version": "0.1",
"summary": "RxSwift extensions for Contacts framework.",
"homepage": "https://github.com/satishbabariya/RxContacts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/satishbabariya/RxContacts.git",
"tag": "0.1"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"Contacts"
],
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
]
}
}