diff --git a/Package.swift b/Package.swift index 38447e31..fb2fc969 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( "build_docs.sh", "Cartfile", "Cartfile.resolved", "Makefile", "PINCache.podspec", "Info.plist"], - publicHeadersPath: "."), + publicHeadersPath: "include"), .testTarget( name: "PINCacheTests", dependencies: ["PINCache"], diff --git a/Source/include/PINCache/PINCache.h b/Source/include/PINCache/PINCache.h new file mode 120000 index 00000000..76a60a50 --- /dev/null +++ b/Source/include/PINCache/PINCache.h @@ -0,0 +1 @@ +../../PINCache.h \ No newline at end of file diff --git a/Source/include/PINCache/PINCacheMacros.h b/Source/include/PINCache/PINCacheMacros.h new file mode 120000 index 00000000..80168b7b --- /dev/null +++ b/Source/include/PINCache/PINCacheMacros.h @@ -0,0 +1 @@ +../../PINCacheMacros.h \ No newline at end of file diff --git a/Source/include/PINCache/PINCacheObjectSubscripting.h b/Source/include/PINCache/PINCacheObjectSubscripting.h new file mode 120000 index 00000000..ceeb3108 --- /dev/null +++ b/Source/include/PINCache/PINCacheObjectSubscripting.h @@ -0,0 +1 @@ +../../PINCacheObjectSubscripting.h \ No newline at end of file diff --git a/Source/include/PINCache/PINCaching.h b/Source/include/PINCache/PINCaching.h new file mode 120000 index 00000000..7bdfe5c4 --- /dev/null +++ b/Source/include/PINCache/PINCaching.h @@ -0,0 +1 @@ +../../PINCaching.h \ No newline at end of file diff --git a/Source/include/PINCache/PINDiskCache.h b/Source/include/PINCache/PINDiskCache.h new file mode 120000 index 00000000..323ef6a2 --- /dev/null +++ b/Source/include/PINCache/PINDiskCache.h @@ -0,0 +1 @@ +../../PINDiskCache.h \ No newline at end of file diff --git a/Source/include/PINCache/PINMemoryCache.h b/Source/include/PINCache/PINMemoryCache.h new file mode 120000 index 00000000..68e77631 --- /dev/null +++ b/Source/include/PINCache/PINMemoryCache.h @@ -0,0 +1 @@ +../../PINMemoryCache.h \ No newline at end of file