blob: 79f35bb48fd73230ac347b358ebfac1a8efc74e4 [file] [log] [blame]
{
"name": "MapirServices",
"version": "1.0.0",
"summary": "A wrapper to access services of Map.ir in a Swift-y way.",
"homepage": "https://support.map.ir",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Map.ir": "info@map.ir",
"Alireza Asadi": "a.asadi@map.ir"
},
"social_media_url": "https://twitter.com/map_ir_Official",
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/map-ir/mapir-ios-sdk-services.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.swift",
"frameworks": [
"Foundation",
"CoreLocation"
],
"swift_version": "5.2"
}