blob: 4166bd114c2d42d2c2d578dbe630f13448711b79 [file] [log] [blame]
{
"name": "Mapwize",
"version": "2.1.0",
"summary": "Mapwize: The Indoor Mapping Platform",
"description": "Mapwize: The Indoor Mapping Platform.\nThis SDK allows you to display and interact with venue maps.",
"homepage": "https://www.mapwize.io",
"license": "MIT",
"authors": {
"Mapwize": "contact@mapwize.io"
},
"source": {
"git": "https://github.com/Mapwize/mapwize-ios-sdk.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Mapwize",
"Mapwize/Mapwize/Classes/**/*.{h,m}"
],
"public_header_files": "Mapwize/Mapwize/Classes/**/*.h",
"resource_bundles": {
"Mapwize": [
"Mapwize/Mapwize/Resources/**/*"
]
},
"frameworks": [
"UIKit",
"WebKit",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
]
}
}