4 "summary": "Virgil SDK for Apple devices and languages.",
5 "cocoapods_version": ">= 0.36",
6 "homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/",
12 "Oleksandr Deundiak": "deundiak@gmail.com"
19 "git": "https://github.com/VirgilSecurity/virgil-sdk-x.git",
22 "weak_frameworks": "Foundation",
23 "module_name": "VirgilSDK",
24 "source_files": "Source/**/*.{h,m}",
25 "public_header_files": [
27 "Source/Client/*.{h}",
28 "Source/Client/Models/*.{h}",
29 "Source/Client/Models/Requests/*.{h}",
30 "Source/Client/Models/Errors/*.{h}",
31 "Source/Client/Models/Responses/*.{h}",
32 "Source/Client/Models/SnapshotModels/*.{h}",
33 "Source/Client/Models/Protocols/*.{h}",
34 "Source/Client/Networking/*.{h}",
35 "Source/Client/Networking/Requests/*.{h}",
36 "Source/Crypto/*.{h}",
37 "Source/Crypto/Keys/*.{h}",
38 "Source/DeviceManager/**/*.{h}",
39 "Source/KeyStorage/*.{h}",
40 "Source/KeyStorage/iOS/*.{h}",
41 "Source/KeyStorage/macOS/*.{h}",
42 "Source/HighLevel/*.{h}"
45 "exclude_files": "Source/**/macOS/*.{h,m}"
48 "exclude_files": "Source/**/iOS/*.{h,m}"