[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / b / d / VeloxitySDK / 3.6.2 / VeloxitySDK.podspec.json
blobd846083e4943f9a2fe7c27e7fe4eb19b59f87b59
2   "name": "VeloxitySDK",
3   "module_name": "VeloxitySDK",
4   "version": "3.6.2",
5   "summary": "Veloxity iOS SDK",
6   "description": "Veloxity SDK For IOS",
7   "homepage": "https://bitbucket.org/veloxity-inc/veloxity-ios-cocoapods",
8   "license": "Proprietary License",
9   "authors": {
10     "veloxity": "developer@veloxity.net"
11   },
12   "source": {
13     "git": "https://bitbucket.org/veloxity-inc/veloxity-ios-cocoapods",
14     "tag": "3.6.2"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/VeloxitySDK.framework/Headers/*.h",
21   "public_header_files": "Pod/VeloxitySDK.framework/Headers/*.h",
22   "preserve_paths": "Pod/VeloxitySDK.framework",
23   "vendored_frameworks": "Pod/VeloxitySDK.framework",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CFNetwork",
28     "CoreLocation",
29     "SystemConfiguration",
30     "CoreTelephony",
31     "Security",
32     "VeloxitySDK"
33   ],
34   "libraries": [
35     "z",
36     "sqlite3"
37   ],
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
40   },
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   }