blob: 1b85b83ee98ce2a30cd91da448fdf41d0a6cfea0 [file] [log] [blame]
{
"name": "Uatu",
"version": "0.0.2",
"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.0.2"
},
"source_files": [
"Uatu",
"Uatu/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"swift_version": "4"
}