blob: f6a68a2384556aabd83d6b138b8388ed3d4aa88a [file] [log] [blame]
{
"name": "NeshanMobileSDK",
"version": "0.9.4",
"summary": "NeshanMaps SDK for iOS Developers",
"homepage": "https://developers.neshan.org/",
"authors": {
"Mohammad-Reza Azizi": "mreza.azizi74@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/NeshanMaps/neshan-ios-sdk/releases/download/0.9.4/NeshanMobileSDK.framework.zip"
},
"source_files": "NeshanMobileSDK.framework/**/*.{h,m}",
"public_header_files": "NeshanMobileSDK.framework/**/*.{h,m}",
"preserve_paths": "NeshanMobileSDK.framework",
"frameworks": [
"OpenGLES",
"GLKit",
"UIKit",
"CoreGraphics",
"CoreText",
"CFNetwork",
"Foundation",
"NeshanMobileSDK"
],
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/NeshanMobileSDK/"
},
"libraries": [
"z",
"stdc++.6",
"c++"
]
}