| { |
| "name": "FFPlayNAT_Demo", |
| "version": "0.2.7", |
| "summary": "FFPlayNAT_Demo for iOS.", |
| "description": "'FFPlayNAT_Demo use ffmpeg.'", |
| "homepage": "https://github.com/thailion97/FFPlayNAT_Demo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "thailion97": "thailion97@gmail.com" |
| }, |
| "source": { |
| "http": "https://github.com/thailion97/FFPlayNAT_Demo/releases/download/0.2.7/FFPlayNAT_v0.2.7.zip" |
| }, |
| "platforms": { |
| "ios": "11.4" |
| }, |
| "source_files": [ |
| "FFPlayNat.framework/Versions/A/Headers/*", |
| "IJKMediaFramework.framework/Headers/*" |
| ], |
| "libraries": [ |
| "c++", |
| "z", |
| "stdc++", |
| "bz2" |
| ], |
| "vendored_frameworks": [ |
| "FFPlayNat.framework", |
| "IJKMediaFramework.framework" |
| ], |
| "resource_bundles": { |
| "FFPlayNAT_Demo": [ |
| "FFPlayNAT_bundle.bundle" |
| ] |
| }, |
| "resources": "FFPlayNAT_bundle.bundle", |
| "requires_arc": true, |
| "public_header_files": [ |
| "FFPlayNat.framework/Versions/A/Headers/*.h", |
| "IJKMediaFramework.framework/Headers/*.h" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "MapKit", |
| "MediaPlayer", |
| "AudioToolbox", |
| "AVFoundation", |
| "CoreGraphics", |
| "CoreMedia", |
| "CoreVideo", |
| "MobileCoreServices", |
| "OpenGLES", |
| "QuartzCore", |
| "VideoToolbox" |
| ] |
| } |