I try to use the VKontakte framework in my Delphi App. However, I have no idea how from Delphi I can play with a pod. The doc of VKontakte just say (https://vk.com/dev/ios_sdk):
Podfile
pod "VK-ios-sdk"
How I can include this in my Delphi project? where I can find the framework binary file?
As per my comment, pods are packages of source. To compile the framework:
Clone the repo Load the project into Xcode
Select the root of the project in Project Navigator
Select the VKSdkFramework target in the Targets list
In the Xcode menu click Product|Build
Select VKSdkFramework.framework under Products in the Project Navigator, and the full path to it will appear in the File Inspector window on the right