[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / e / 9 / Locksmith / 2.0.0 / Locksmith.podspec.json
blob3ce7be3701c3df194440424a58d39afcf3984489
2   "name": "Locksmith",
3   "version": "2.0.0",
4   "summary": "Locksmith is a protocol-oriented way to work with the iOS Keychain in Swift.",
5   "description": "Locksmith is a protocol-oriented way to work with the iOS 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.0"
14   },
15   "social_media_url": "https://twitter.com/_matthewpalmer",
16   "platforms": {
17     "ios": "9.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   ]