blob: 11c7d0653a7a08c0e8461f77df043128411427f6 [file] [log] [blame]
{
"name": "MapirServices",
"version": "0.5.0",
"summary": "a SDK to access services of map.ir.",
"homepage": "https://support.map.ir/",
"social_media_url": "https://twitter.com/map_ir_Official",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Map.ir": "support@map.ir",
"Alireza Asadi": "a.asadi@map.ir"
},
"documentation_url": "https://support.map.ir/developers/iservice/",
"source": {
"git": "https://github.com/map-ir/ios-sdk-v1-services-beta",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"requires_arc": true,
"module_name": "MapirServiecs",
"swift_versions": "5.0",
"source_files": "Sources/**/*.{swift, h}",
"frameworks": [
"Foundation",
"CoreLocation"
],
"dependencies": {
"Polyline": [
"~> 4.2.1"
]
},
"swift_version": "5.0"
}