[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / 6 / MJKeychain / 0.1.0 / MJKeychain.podspec.json
blobac5ed89b92392f36e9c6a0a1ec9a7df2adb5b81f
2   "name": "MJKeychain",
3   "version": "0.1.0",
4   "summary": "MJKeychain is use to access the Keychain in iOS",
5   "homepage": "https://github.com/Musjoy/MJKeychain",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raymomd": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJKeychain.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "MJKeychain/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_KEYCHAIN"
23   },
24   "dependencies": {
25     "ModuleCapability": [
27     ]
28   },
29   "prefix_header_contents": "#import <ModuleCapability.h>"