| { |
| "name": "OkayIjkFramework", |
| "version": "0.1.2", |
| "summary": "OkayIjkFramework desc", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "http://git.okjiaoyu.cn/zhangchuanqi/OkayIjkFramework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "张传奇": "zhangchuanqi@okay.cn" |
| }, |
| "source": { |
| "git": "http://git.okjiaoyu.cn/zhangchuanqi/OkayIjkFramework.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "vendored_frameworks": "OkayIjkFramework/Classes/IJKMediaFramework.framework", |
| "frameworks": [ |
| "AudioToolbox", |
| "AVFoundation", |
| "CoreGraphics", |
| "CoreMedia", |
| "CoreVideo", |
| "MobileCoreServices", |
| "OpenGLES", |
| "QuartzCore", |
| "VideoToolbox", |
| "Foundation", |
| "UIKit", |
| "MediaPlayer" |
| ], |
| "libraries": [ |
| "bz2", |
| "z", |
| "stdc++" |
| ], |
| "requires_arc": true |
| } |