blob: 4ec8a755edec07e54715473d4f57b83fbc67ea1e [file] [log] [blame]
{
"name": "CedarMaps",
"version": "0.1.5",
"summary": "Cedar Studio iOS SDK",
"description": "Cedar Studio should write something to introduce their Pod.",
"homepage": "http://cedar.ir",
"license": "MIT",
"authors": {
"Emad A.": "emad310@gmail.com"
},
"source": {
"git": "http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"CedarMap": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Mapbox-iOS-SDK": [
"~> 1.5.0"
]
}
}