blob: 91fdb45d235306e501defc903e422d57461f0f93 [file] [log] [blame]
{
"name": "WMSKit",
"version": "1.0.0",
"summary": "A kit to consume WMS services",
"description": "This kit provide a class that will take a WMS Service URI and return an overlay to be used\nwith MapKit",
"homepage": "https://github.com/forsen/WMSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Haider Forsén": "erik@forsen.no"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/forsen/WMSKit.git",
"tag": "1.0.0"
},
"source_files": [
"WMSKit",
"WMSKit/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}