[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / f / Valet / 2.4.2 / Valet.podspec.json
blob4cd0379c757833be0cf3b3b93caa00a3dde9fe4a
2   "name": "Valet",
3   "version": "2.4.2",
4   "license": "Apache License, Version 2.0",
5   "summary": "Valet lets you securely store data in the iOS or OS X Keychain without knowing a thing about how the Keychain works. It's easy. We promise.",
6   "homepage": "https://github.com/square/Valet",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/Valet.git",
10     "tag": "2.4.2"
11   },
12   "source_files": [
13     "Valet/*.{h,m}",
14     "Other/*.{h,m}"
15   ],
16   "public_header_files": "Valet/*.h",
17   "private_header_files": "Valet/*_Protected.h",
18   "frameworks": "Security",
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.10"
22   }