| { |
| "name": "LessPassCore", |
| "version": "1.0", |
| "summary": "LessPass core framework for iOS in ObjC", |
| "description": "Stateless Password Manager library for iOS", |
| "homepage": "https://github.com/RomainQuidet/LessPassCore", |
| "license": { |
| "type": "GPL-3.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Romain Quidet": "contact@xdappfactory.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/RomainQuidet/LessPassCore.git", |
| "tag": "v1.0" |
| }, |
| "source_files": [ |
| "LessPassCore/**/*.{h,m}", |
| "LessPassCore/libtommath/*.{h,c}" |
| ], |
| "public_header_files": [ |
| "LessPassCore/LessPassCore.h", |
| "LessPassCore/LPCore.h", |
| "LessPassCore/LPProfile.h", |
| "LessPassCore/LPProfileCrypto.h", |
| "LessPassCore/LPProfileOptions.h" |
| ] |
| } |