blob: c8f58677f28737af6318c680e19480dee8928640 [file] [log] [blame]
{
"name": "Uatu",
"version": "0.9.0",
"summary": "Uatu: a low-friction Observable library.",
"description": "Uatu is a small library to add Observable functionality to your iOS project with (theoretically) no interference.\nIt is based on ideas from RxSwift and Observables.",
"homepage": "https://bitbucket.org/sirshannon/uatu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "sirshannon",
"social_media_url": "http://twitter.com/_helpermonkey",
"platforms": {
"ios": "11"
},
"source": {
"git": "https://bitbucket.org/sirshannon/uatu",
"tag": "0.9.0"
},
"source_files": [
"Uatu",
"Uatu/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"swift_version": "4"
}