blob: 7d20847dd9a7bb967f3a7b83bc574bba2bb09376 [file] [log] [blame]
{
"name": "ExperimentalDynamicSDK",
"version": "0.1.3",
"summary": "Experimental dynamic SDK",
"static_framework": true,
"homepage": "http://developers.situm.es/pages/mobile/ios/",
"authors": {
"Name": "support@situm.es"
},
"license": {
"type": "CUSTOM",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://repo.situm.es/artifactory/libs-snapshot-local/iOS/SitumSDK/feature-remove-static-deps/2.31.1/SitumSDK.zip"
},
"ios": {
"vendored_frameworks": "SitumSDK.framework"
},
"frameworks": [
"CoreLocation",
"CoreMotion"
],
"libraries": [
"c++",
"z"
],
"dependencies": {
"Protobuf": [
"~> 3.7"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}