blob: bb04cc3ec7cb0943ea0d06f441915aca6158e23a [file] [log] [blame]
{
"name": "OPGFeedbackSDK",
"version": "0.1.1",
"summary": "OPGFeedbackSDK Pod.",
"description": "The OnePoint Global Mobile App SDK allows you to build your own research capabilities into mobile applications.",
"homepage": "https://github.com/OnePointGlobal/OPGFeedbackSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manjunath.ramesh@onepointglobal.com": "manjunath.ramesh@onepointglobal.com",
"chinthan.m@onepointglobal.com": "chinthan.m@onepointglobal.com"
},
"source": {
"git": "https://github.com/OnePointGlobal/OPGFeedbackSDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_libraries": [
"lib/libOnePointSDK.a",
"lib/libOnePoint.Runtime.a"
]
},
"source_files": [
"include/OPGSDK/*.h",
"include/OPGSDK/Other Supporting Files/*.h",
"include/OnePoint.Runtime/*.h"
],
"public_header_files": [
"include/OPGSDK/*.h",
"include/OPGSDK/Other Supporting Files/*.h",
"include/OnePoint.Runtime/*.h"
],
"resource_bundles": {
"OPGFeedbackSDK": [
"OPGFeedbackSDK/Assets/OPGResourceBundle.bundle"
]
},
"resources": "OPGFeedbackSDK/Assets/OPGResourceBundle.bundle",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2",
"OTHER_LDFLAGS": "-lxml2 -lz -ObjC"
},
"libraries": [
"xml2",
"c++",
"iconv",
"z"
]
}