[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 9 / Locksmith / 1.1.0 / Locksmith.podspec.json
blob96825bfdc373be9436f5acd1848d96f1b772d27c
2   "name": "Locksmith",
3   "version": "1.1.0",
4   "summary": "Locksmith is a sane way to work with the iOS Keychain in Swift.",
5   "description": "                       Locksmith is a sane way to work with the iOS Keychain in Swift.\n                       It provides a fast and intuitive way to work with the C Keychain API.\n                       Results are provided as tuples, and errors are informative and easily detected.\n",
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": "1.1.0"
14   },
15   "social_media_url": "https://twitter.com/_matthewpalmer",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.{m,h,swift}",
21   "resource_bundles": {
22     "Locksmith": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Security"
29   ]