blob: e2f6e7bd8fc6c3a8b693d32b4e81ddb0eb8339d2 [file] [log] [blame]
{
"name": "CedarMaps",
"version": "3.0.0",
"summary": "CedarMaps iOS SDK",
"description": "The CedarMaps iOS SDK library is used to integrate CedarMaps tiles and using geocoding APIs in your iOS application.\nFor using this library, you need valid credentials. Please visit http://cedarmaps.com for more information.",
"homepage": "https://www.cedarmaps.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CedarMaps": "info@cedarmaps.com",
"Saeed Taheri": "saeed.taheri@gmail.com"
},
"source": {
"git": "http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios-public.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/cedarmaps",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"static_framework": true,
"cocoapods_version": ">= 1.4.0",
"source_files": "CedarMaps/Classes/**/*",
"public_header_files": "CedarMaps/Classes/**/*.h",
"resource_bundles": {
"CedarMaps": [
"CedarMaps/Assets/Media.xcassets"
]
},
"dependencies": {
"Mapbox-iOS-SDK": [
"~> 4.0"
],
"JSONModel": [
"~> 1.7"
]
}
}