| { |
| "name": "VirgilSDKPFS", |
| "version": "1.2.1", |
| "summary": "Virgil SDK PFS for Apple devices and languages.", |
| "cocoapods_version": ">= 0.36", |
| "homepage": "https://github.com/VirgilSecurity/virgil-sdk-pfs-x/", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Oleksandr Deundiak": "deundiak@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/VirgilSecurity/virgil-sdk-pfs-x.git", |
| "tag": "1.2.1" |
| }, |
| "weak_frameworks": "Foundation", |
| "module_name": "VirgilSDKPFS", |
| "source_files": "Source/**/*.{swift,h,m}", |
| "public_header_files": "Source/**/*.h", |
| "requires_arc": true, |
| "dependencies": { |
| "VirgilSDK": [ |
| "~> 4.8.0" |
| ] |
| } |
| } |