Latest | 0.1.0 |
---|---|
Homepage | https://github.com/Musjoy/MJKeychain |
License | MIT |
Platforms | ios 8.0 |
Dependencies | ModuleCapability |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MJKeychain is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "MJKeychain"
Author
Raymomd-hl, [email protected]
License
MJKeychain is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MJKeychain", "version": "0.1.0", "summary": "MJKeychain is use to access the Keychain in iOS", "homepage": "https://github.com/Musjoy/MJKeychain", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Raymomd": "[email protected]" }, "source": { "git": "https://github.com/Musjoy/MJKeychain.git", "tag": "v-0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "MJKeychain/Classes/**/*", "user_target_xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_KEYCHAIN" }, "dependencies": { "ModuleCapability": [] }, "prefix_header_contents": "#import" }
Fri, 02 Jun 2017 11:00:04 +0000