| { |
| "name": "VirgilFrameworkiOS", |
| "version": "0.0.2", |
| "summary": "VirgilFrameworkiOS contains basic classes which are used for VirgilKeys and VirgilPrivateKeys libraries.", |
| "homepage": "https://github.com/VirgilSecurity/VirgilFrameworkiOS", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Pavlo Gorb": "p.orbitum@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/VirgilSecurity/VirgilFrameworkiOS.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "Classes/**/*", |
| "public_header_files": "Classes/**/*.h", |
| "requires_arc": true |
| } |