blob: 9b282fb2b0d787612566951f3cf0a73bf4969656 [file] [log] [blame]
{
"name": "OPGFeedbackSDKLite",
"version": "0.1.4",
"summary": "OPGFeedbackSDKLite is an easy to integrate iOS library for taking mobile surveys.",
"description": "The OnePoint Global Mobile App SDK allows you to build your own research capabilities into mobile applications.",
"homepage": "https://github.com/OnePointGlobal/OPGFeedbackSDKLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manjunath.ramesh@onepointglobal.com": "manjunath.ramesh@onepointglobal.com"
},
"source": {
"git": "https://github.com/OnePointGlobal/OPGFeedbackSDKLite.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_libraries": "lib/libOnePointSDK.a"
},
"source_files": [
"include/OPGSDK/*.h",
"include/OPGSDK/Other Supporting Files/*.h"
],
"public_header_files": [
"include/OPGSDK/*.h",
"include/OPGSDK/Other Supporting Files/*.h"
],
"resource_bundles": {
"OPGFeedbackSDKLite": [
"OPGFeedbackSDKLite/Assets/OPGResourceBundle.bundle"
]
},
"resources": "OPGFeedbackSDKLite/Assets/OPGResourceBundle.bundle",
"xcconfig": {
"OTHER_LDFLAGS": "-lz -ObjC"
},
"libraries": [
"c++",
"iconv",
"z"
]
}