[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 5 / e / 7 / ScoutMaps-iOS-SDKTools / 2.4.0 / ScoutMaps-iOS-SDKTools.podspec.json
blob584a8350378fea98d0e0c68af65e8e2202f8ebbc
2   "name": "ScoutMaps-iOS-SDKTools",
3   "version": "2.4.0",
4   "license": {
5     "type": "Commercial",
6     "text": "see http://www.skobbler.com/legal#termsSDK"
7   },
8   "summary": "Utility library for the Scout Maps & Navigation SDK",
9   "description": "The utility library offers an out-of-the box Navigation UI for TBT navigation and advanced control over the experience of downloading maps",
10   "homepage": "http://developer.skobbler.com/getting-started/iosTools",
11   "authors": {
12     "Telenav Inc.": "http://www.telenav.com/about/"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "http": "http://developer.skobbler.com/cocoapods/ScoutMaps-iOS-SDKTools_2.4.0.zip"
19   },
20   "requires_arc": true,
21   "resources": "SDKTools/Resources/SKTNavigationResources.bundle",
22   "frameworks": [
23     "AVFoundation",
24     "CoreTelephony"
25   ],
26   "documentation_url": "http://developer.skobbler.com/getting-started/ios",
27   "dependencies": {
28     "ScoutMaps-iOS-SDK": [
29       "~> 2.4.0"
30     ],
31     "Reachability": [
33     ],
34     "ZipArchive": [
36     ],
37     "AFDownloadRequestOperation": [
39     ]
40   },
41   "xcconfig": {
42     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ScoutMaps-iOS-SDK/**\""
43   },
44   "subspecs": [
45     {
46       "name": "arc-files",
47       "source_files": "SDKTools/**/*.{h,m,c}",
48       "prefix_header_file": "SDKTools/SDKTools-Prefix.pch",
49       "exclude_files": "SDKTools/SKTDownloadManager/Helper/KVCBaseObject.m",
50       "requires_arc": true
51     },
52     {
53       "name": "non-arc",
54       "source_files": "SDKTools/SKTDownloadManager/Helper/KVCBaseObject.{h,m}",
55       "requires_arc": false
56     }
57   ]