blob: 217924929c866b2ab544e23343a57977587f23ff [file] [log] [blame]
{
"name": "CedarMaps",
"version": "3.2.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": "https://github.com/cedarstudios/cedarmaps-ios-sdk.git",
"tag": "3.2.0"
},
"social_media_url": "https://twitter.com/cedarmaps",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"static_framework": false,
"cocoapods_version": ">= 1.5.0",
"source_files": "CedarMaps/Classes/**/*",
"public_header_files": "CedarMaps/Classes/**/*.h",
"resource_bundles": {
"Assets": [
"CedarMaps/Assets/Media.xcassets"
]
},
"dependencies": {
"Mapbox-iOS-SDK": [
"~> 5.0"
],
"Mantle": [
"~> 2.1"
]
}
}