blob: 3b82f89f433ee7b7e5cbf0b4d98d03bd94ce9695 [file] [log] [blame]
{
"name": "LinkedIn.swift",
"version": "1.0.0",
"summary": "LinkedIn SDK wrapper for swift.",
"homepage": "https://github.com/BiAtoms/LinkedIn.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
},
"source": {
"git": "https://github.com/BiAtoms/LinkedIn.swift.git",
"tag": "1.0.0"
},
"module_name": "LinkedInSwift",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"preserve_paths": [
"Sources/module.modulemap",
"Sources/LinkedInSDK.h"
],
"vendored_frameworks": "Sources/linkedin-sdk.framework",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources"
}
}