[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 7 / 8 / ScoutMaps-iOS-SDK / 2.4.0 / ScoutMaps-iOS-SDK.podspec.json
bloba550c4f939c4ce138eafe4cb093716ee7dfe49f1
2   "name": "ScoutMaps-iOS-SDK",
3   "version": "2.4.0",
4   "summary": "Scout Maps & Navigation SDK -  an OpenStreetMap-based MapKit alternative",
5   "description": "                       Build immersive location-based products with numerous features like Search, Routing, Offline Maps, Custom Map Styles, Turn-by-Turn Navigation based on the crowd-sourced OpenStreetMap (OSM)\n",
6   "homepage": "http://www.scout.me/developer/",
7   "license": {
8     "type": "Commercial",
9     "text": "see http://www.skobbler.com/legal#termsSDK"
10   },
11   "authors": {
12     "Telenav Inc.": "http://www.telenav.com/about/"
13   },
14   "source": {
15     "http": "www1.skobbler.com/iphonebuilds/20150304/ScoutMaps-iOS-SDK_2.4.0.zip"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": "SKMaps.framework",
22   "source_files": "SKMaps.framework/Versions/A/Headers/*.h",
23   "resources": [
24     "SKMaps.bundle",
25     "SKAdvisorResources.bundle"
26   ],
27   "header_dir": "ScoutMaps-iOS",
28   "frameworks": [
29     "SKMaps",
30     "CoreLocation",
31     "OpenGLES",
32     "QuartzCore",
33     "SystemConfiguration",
34     "CoreMotion",
35     "AVFoundation"
36   ],
37   "libraries": [
38     "z",
39     "stdc++.6",
40     "c++"
41   ],
42   "xcconfig": {
43     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ScoutMaps-iOS-SDK/\""
44   }