| { |
| "name": "VdopiaSdk-Inview-Lite", |
| "version": "1.0.0", |
| "summary": "A vdopiasdk mobile advertising sdk", |
| "description": "vdopia mobile advertising SDK gives developers a fast and convenient way to monetize their apps.", |
| "license": { |
| "type": "MIT", |
| "text": "Copyright 2012\nPermission is granted to...\n" |
| }, |
| "homepage": "http://www.vdopia.com/mobile/", |
| "authors": "Team", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://bitbucket.org/vdopia/sdkdistribution.git", |
| "tag": "1.5" |
| }, |
| "resources": "**/*.{txt,js}", |
| "source_files": [ |
| "**/*.{h,m}", |
| "**/*.{txt,js}" |
| ], |
| "public_header_files": "**/*.h", |
| "ios": { |
| "frameworks": [ |
| "AdSupport", |
| "AudioToolbox", |
| "AVFoundation", |
| "CFNetwork", |
| "CoreBluetooth", |
| "CoreGraphics", |
| "CoreLocation", |
| "CoreMedia", |
| "CoreTelephony", |
| "EventKit", |
| "EventKitUI", |
| "Foundation", |
| "iAd", |
| "MapKit", |
| "MediaPlayer", |
| "MediaToolbox", |
| "MobileCoreServices", |
| "QuartzCore", |
| "SafariServices", |
| "Security", |
| "Social", |
| "SystemConfiguration", |
| "UIKit", |
| "WebKit" |
| ], |
| "resources": "**/*.{xib,png}" |
| }, |
| "vendored_libraries": "liblibrary_vdopiaUniversal.a", |
| "vendored_frameworks": "VDPMoatMobileAppKit.framework", |
| "dependencies": { |
| "Google-Mobile-Ads-SDK": [ |
| " ~> 7.19.0" |
| ], |
| "FBAudienceNetwork": [ |
| "~> 4.12.0" |
| ], |
| "GoogleAds-IMA-iOS-SDK": [ |
| "~> 3.5.1" |
| ] |
| }, |
| "requires_arc": true |
| } |