blob: 92faae111f5d5e33ad43f607de0765df7ea1789b [file] [log] [blame]
{
"name": "YagaStaticSDK",
"version": "0.4.2",
"summary": "Official Yaga static 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": "http://repo.yagatech.com/sdk/0_4_2/YagaStaticSDK.zip"
},
"module_name": "Yaga",
"requires_arc": true,
"ios": {
"vendored_frameworks": "YagaStaticSDK.framework",
"frameworks": [
"CoreTelephony",
"CoreMotion",
"AdSupport",
"Foundation",
"SystemConfiguration",
"CoreLocation"
]
}
}