blob: 6d32d9597d3cf4b5e14f0271ef90c327f4cf6b00 [file] [log] [blame]
{
"name": "OnlineSDKLib",
"version": "0.1.0",
"summary": "MY first online SDK library",
"description": "My First SDK to take mobile surveys",
"homepage": "https://github.com/manju3157/OnlineSDKLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manjunath.ramesh@onepointglobal.com": "manjunath.ramesh@onepointglobal.com"
},
"source": {
"git": "https://github.com/manju3157/OnlineSDKLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_libraries": "libOnePointSDK.a"
},
"preserve_paths": "libOnePointSDK.a",
"source_files": "include/OPGSDK/*.h",
"public_header_files": "include/OPGSDK/*.h",
"resource_bundles": {
"OnlineSDKLib": [
"OnlineSDKLib/Assets/OPGResourceBundle.bundle"
]
},
"resources": "OnlineSDKLib/Assets/OPGResourceBundle.bundle",
"xcconfig": {
"OTHER_LDFLAGS": "-lz -ObjC"
},
"libraries": [
"c++",
"iconv",
"z"
]
}