[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 6 / PathshareSDK / 2.3.3 / PathshareSDK.podspec.json
blobc29688d2e7efdcdbc4c4fa3468abd55dcc808ba0
2   "name": "PathshareSDK",
3   "version": "2.3.3",
4   "summary": "The Pathshare iOS SDK, for integrating realtime location sharing capabilities into your iOS application.",
5   "license": {
6     "type": "Apache license",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Jaro Habr": "jaro@freshbits.ch",
11     "Thomas Maurer": "thomas@freshbits.ch",
12     "Stefan Schurgast": "stefan@freshbits.ch"
13   },
14   "homepage": "https://github.com/freshbits/pathshare-sdk-ios",
15   "description": "The Pathshare iOS SDK, for integrating realtime location sharing capabilities into your iOS application. The SDK supports iOS 10 and later.",
16   "frameworks": [
17     "Foundation",
18     "UIKit",
19     "CoreLocation"
20   ],
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/freshbits/pathshare-sdk-ios.git",
24     "tag": "2.3.3"
25   },
26   "platforms": {
27     "ios": "12.0"
28   },
29   "preserve_paths": "PathshareSDK.xcframework",
30   "vendored_frameworks": "PathshareSDK.xcframework",
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   }