[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / f / Valet / 2.4.0 / Valet.podspec.json
blob4ccca98f8ef24ea6a33dfd0bed667ccf88aa3f12
2   "name": "Valet",
3   "version": "2.4.0",
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.0"
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   }