blob: fb2c973629581cbc757812e6dd27453ed369d589 [file] [log] [blame]
{
"name": "YagaStaticSDK",
"version": "0.2.3",
"summary": "Official Yaga SDK in objc to access Yaga Platform's features.",
"homepage": "http://console.yagatech.com",
"authors": {
"Yaga": "ron@yagatech.com"
},
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://s3.amazonaws.com/repo.yagatech.com/sdk/cocoapods/YagaStaticSDK_0.2.3.zip"
},
"module_name": "Yaga",
"requires_arc": true,
"ios": {
"vendored_frameworks": "YagaStaticSDK.framework",
"frameworks": [
"CoreTelephony",
"CoreMotion",
"AdSupport",
"Foundation"
]
}
}