[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / c / SAMKeychain / 1.5.0 / SAMKeychain.podspec.json
blob98ac40a8313b55f4e7768d38f4f7a7220fc540f8
2   "name": "SAMKeychain",
3   "version": "1.5.0",
4   "description": "Simple Cocoa wrapper for the keychain that works on OS X, iOS, tvOS, and watchOS.",
5   "summary": "Simple Cocoa wrapper for the keychain.",
6   "homepage": "https://github.com/soffes/samkeychain",
7   "authors": {
8     "Sam Soffes": "sam@soff.es"
9   },
10   "source": {
11     "git": "https://github.com/soffes/samkeychain.git",
12     "tag": "v1.5.0"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "source_files": "Sources/*.{h,m}",
19   "resources": "Support/SAMKeychain.bundle",
20   "frameworks": [
21     "Security",
22     "Foundation"
23   ],
24   "platforms": {
25     "osx": "10.8",
26     "ios": "5.0",
27     "tvos": "9.0",
28     "watchos": "2.0"
29   }