[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / b / 2 / SwiftKeychain / 0.1.3 / SwiftKeychain.podspec.json
blob665591a3ce2d0e1d71d4735ac7e1755e23cfa64d
2   "name": "SwiftKeychain",
3   "version": "0.1.3",
4   "summary": "Swift wrapper around the Apple Keychain API",
5   "description": "                   An elegant Swift wrapper around the Apple Keychain API, made for iOS.\n",
6   "homepage": "https://github.com/yankodimitrov/SwiftKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yanko Dimitrov": "yanko@yankodimitrov.com"
13   },
14   "social_media_url": "https://twitter.com/_yankodimitrov",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/yankodimitrov/SwiftKeychain.git",
20     "tag": "v0.1.3"
21   },
22   "source_files": "SwiftKeychain/Keychain/*.swift",
23   "frameworks": "Security",
24   "requires_arc": true