[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 9 / Locksmith / 2.0.8 / Locksmith.podspec.json
blobf8378f744592c0a18013e8aae9bdbc5eeba38896
2   "name": "Locksmith",
3   "version": "2.0.8",
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.8"
14   },
15   "social_media_url": "https://twitter.com/_matthewpalmer",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/*.{m,h,swift}",
24   "frameworks": [
25     "Foundation",
26     "Security"
27   ]