[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 0 / LinkedIn.swift / 1.0.2 / LinkedIn.swift.podspec.json
blob13a274f5e19a93908d86972e22a416cf8f5cc1ef
2   "name": "LinkedIn.swift",
3   "version": "1.0.2",
4   "summary": "LinkedIn SDK wrapper for swift.",
5   "homepage": "https://github.com/BiAtoms/LinkedIn.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/BiAtoms/LinkedIn.swift.git",
15     "tag": "1.0.2"
16   },
17   "module_name": "LinkedInSwift",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/*.swift",
22   "preserve_paths": [
23     "Sources/module.modulemap",
24     "Sources/LinkedInSDK.h"
25   ],
26   "vendored_frameworks": "Sources/linkedin-sdk.framework",
27   "pod_target_xcconfig": {
28     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources"
29   }