| { |
| "name": "ADTUnityAdapter", |
| "version": "3.0.0", |
| "summary": "Unity Adapter for AdTiming", |
| "description": "Unity adapter allows publishers to mediate unity interstitial and video ads in AdTiming SDK", |
| "homepage": "https://www.adtiming.com/", |
| "authors": { |
| "AdTiming": "support@adtiming.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/AdTiming/ADTUnityAdapter.git", |
| "tag": "3.0.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "vendored_frameworks": "ADTUnityAdapter.framework", |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| } |
| } |