blob: 60aeb0db6f0700639d885513f85e97688aa96762 [file] [log] [blame]
{
"name": "OVSKit",
"version": "0.0.1",
"summary": "OVSKit offers a bunch of useful functions to facilitate developer work",
"description": "OVSKit offers a bunch of useful functions to facilitate developer work. Such as Network Request, Encryption/Decryption, Log and so on",
"homepage": "https://github.com/OpenVS/OVSKit",
"license": {
"type": "Customized",
"text": "https://www.openvs.org/license"
},
"authors": {
"OpenVS Team": "developer@thetopai.com"
},
"source": {
"git": "https://github.com/OpenVS/OVSKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.3"
},
"source_files": "OVSKit/Classes/*",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
},
"vendored_libraries": "libOVSKit.a"
}