blob: a17dbfe6eb0e2a76a6e67204e2dbb0a0b73abc8f [file] [log] [blame]
{
"name": "OnePointOnlineFramework",
"version": "0.1.0",
"summary": "My First SDK Framework.",
"description": "My First SDK to take mobile surveys",
"homepage": "https://github.com/manju3157/OnePointOnlineFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manjunath.ramesh@onepointglobal.com": "manjunath.ramesh@onepointglobal.com"
},
"source": {
"git": "https://github.com/manju3157/OnePointOnlineFramework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "OnePointFramework_Lite.framework"
},
"resource_bundles": {
"OnePointOnlineFramework": [
"OnePointOnlineFramework/Assets/OPGResourceBundle.bundle"
]
},
"resources": "OnePointOnlineFramework/Assets/OPGResourceBundle.bundle",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/TestingSDK//..\"/**"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lz -ObjC"
},
"libraries": [
"c++",
"iconv",
"z"
]
}