[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 7 / b / GSKeychain / 1.0.0 / GSKeychain.podspec.json
blobb60cead15536b2d98acc5389c5f3f2b914e9eb43
2   "name": "GSKeychain",
3   "version": "1.0.0",
4   "summary": "Makes accessing the iOS keychain as easy as accessing NSUserDefaults",
5   "description": "A simple Objective-C wrapper around common use cases for the iOS keychain",
6   "homepage": "http://goosoftware.github.io",
7   "license": "Creative Commons Attribution 3.0",
8   "authors": {
9     "Goo Software": "info@goosoftware.co.uk"
10   },
11   "platforms": {
12     "ios": "5.1"
13   },
14   "source": {
15     "git": "https://github.com/goosoftware/GSKeychain.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "GSKeychain/*.{h,m}",
19   "frameworks": "Security",
20   "requires_arc": true