blob: b752e6c705d9d86807faacac82f4cf37329f7d14 [file] [log] [blame]
{
"name": "OasisSDK",
"version": "1.0.0",
"summary": "SDK for Oasis",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/XingChaoSDK/OasisSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jianchengpan": "jianchengpan327@gmail.com"
},
"source": {
"git": "https://github.com/XingChaoSDK/OasisSDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"vendored_libraries": "OasisSDK/Classes/libs/*.a",
"static_framework": true,
"source_files": "OasisSDK/Classes/**/*",
"public_header_files": "OasisSDK/Classes/include/*.h"
}