[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / 3 / e / 9 / Locksmith / 2.0.1 / Locksmith.podspec.json
blobd32640c48a0e147c61136b327ba62f3dbd30cff2
2   "name": "Locksmith",
3   "version": "2.0.1",
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.1"
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   ]