blob: 2069028cf2b67a9ffba6049cc3f571fcc5722c81 [file] [log] [blame]
{
"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"
]
}