| { |
| "name": "YagaStaticSDK", |
| "version": "0.2.6", |
| "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_2_6/YagaStaticSDK.zip" |
| }, |
| "module_name": "Yaga", |
| "requires_arc": true, |
| "ios": { |
| "vendored_frameworks": "YagaStaticSDK.framework", |
| "frameworks": [ |
| "CoreTelephony", |
| "CoreMotion", |
| "AdSupport", |
| "Foundation", |
| "SystemConfiguration", |
| "CoreLocation" |
| ] |
| } |
| } |