[Add] JupiterSDK 3.4.7
[CocoaPods.git] / Specs / f / 0 / 4 / ECKeychain / 1.0.2 / ECKeychain.podspec.json
blob330f52726c8b8746e6c43e07a6f52b4507a3b674
2   "name": "ECKeychain",
3   "version": "1.0.2",
4   "summary": "Simple interface for managing items in Keychain (iOS and Mac).",
5   "homepage": "https://github.com/ecaselles/eckeychain",
6   "license": "MIT",
7   "authors": {
8     "Edu Caselles": "edu@casell.es"
9   },
10   "source": {
11     "git": "https://github.com/ecaselles/eckeychain.git",
12     "tag": "1.0.2"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source_files": "ECKeychain/**/*",
20   "public_header_files": "ECKeychain/**/*.h",
21   "frameworks": "Foundation"