[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / a / f / 0 / LessPassCore / 1.0 / LessPassCore.podspec.json
blob2069028cf2b67a9ffba6049cc3f571fcc5722c81
2   "name": "LessPassCore",
3   "version": "1.0",
4   "summary": "LessPass core framework for iOS in ObjC",
5   "description": "Stateless Password Manager library for iOS",
6   "homepage": "https://github.com/RomainQuidet/LessPassCore",
7   "license": {
8     "type": "GPL-3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Romain Quidet": "contact@xdappfactory.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/RomainQuidet/LessPassCore.git",
19     "tag": "v1.0"
20   },
21   "source_files": [
22     "LessPassCore/**/*.{h,m}",
23     "LessPassCore/libtommath/*.{h,c}"
24   ],
25   "public_header_files": [
26     "LessPassCore/LessPassCore.h",
27     "LessPassCore/LPCore.h",
28     "LessPassCore/LPProfile.h",
29     "LessPassCore/LPProfileCrypto.h",
30     "LessPassCore/LPProfileOptions.h"
31   ]