4 "summary": "PIA client library in Swift.",
5 "homepage": "https://www.privateinternetaccess.com/",
11 "Davide De Rosa": "davide@londontrustmedia.com"
14 "git": "https://github.com/pia-foss/client-library-apple.git",
27 "source_files": "PIALibrary/Sources/Core/**/*.swift"
31 "source_files": "PIALibrary/Sources/Library/**/*.swift",
32 "resources": "PIALibrary/Resources/Library/**/*",
49 "ReachabilitySwift": [
59 "source_files": "PIALibrary/Sources/VPN/*.swift",
60 "frameworks": "NetworkExtension",
61 "pod_target_xcconfig": {
62 "APPLICATION_EXTENSION_API_ONLY": "YES"
68 "PIALibrary/Library": [
75 "source_files": "PIALibrary/Sources/UI/Shared/*.swift",
76 "resources": "PIALibrary/Resources/UI/Shared/**/*",
78 "PIALibrary/Library": [
86 "source_files": "PIALibrary/Sources/UI/iOS/*.swift",
87 "resources": "PIALibrary/Resources/UI/iOS/**/*",
89 "TPKeyboardAvoiding": [
97 "source_files": "PIALibrary/Sources/Mock/*.swift",
99 "PIALibrary/Library": [
106 "source_files": "PIALibrary/Sources/Util/*.{h,m,swift}",
107 "private_header_files": "PIALibrary/Sources/Util/*.h",
109 "source_files": "PIALibrary/Sources/Util/iOS/*.{h,m,swift}",
110 "private_header_files": "PIALibrary/Sources/Util/iOS/*.h",
111 "preserve_paths": "PIALibrary/Sources/Util/iOS/*.modulemap",
112 "pod_target_xcconfig": {
113 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/PIALibrary/Sources/Util/iOS"