[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 9 / Locksmith / 2.0.2 / Locksmith.podspec.json
blob90ff7f9bfa983b24b9f3d6575e419c7efc5d5733
2   "name": "Locksmith",
3   "version": "2.0.2",
4   "summary": "Locksmith is a powerful, protocol-oriented library for working with the keychain in Swift.",
5   "description": "Locksmith is a powerful, protocol-oriented library for working with the iOS, Mac OS X, watchOS, and tvOS keychain in Swift. It provides extensive support for a lot of different keychain requests, and extensively uses Swift-native concepts.",
6   "homepage": "https://github.com/matthewpalmer/Locksmith",
7   "license": "MIT",
8   "authors": {
9     "matthewpalmer": "matt@matthewpalmer.net"
10   },
11   "source": {
12     "git": "https://github.com/matthewpalmer/Locksmith.git",
13     "tag": "2.0.2"
14   },
15   "social_media_url": "https://twitter.com/_matthewpalmer",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/*.{m,h,swift}",
23   "frameworks": [
24     "Foundation",
25     "Security"
26   ]