| { |
| "name": "LycamPlusMediaPlayerFramework", |
| "version": "0.0.6", |
| "summary": "LycamPlusMediaPlayerFramework for iOS MediaPlay SDK.", |
| "description": "LycamPlusMediaPlayerFramework is a framework for iOS.It is used to play a media\nwith HLS or RTMP\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!", |
| "homepage": "https://coding.net/u/fengshicao/p/LycamPlusMediaPlayerSDK-iOS/git", |
| "license": "MIT", |
| "authors": { |
| "fengshicao": "fengshicao@lycam.tv" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://git.coding.net/fengshicao/LycamPlusMediaPlayerSDK-iOS.git", |
| "tag": "0.0.6" |
| }, |
| "source_files": [ |
| "DevelopPod/Classes", |
| "DevelopPod/Classes/*.{h,m}" |
| ], |
| "resources": "DevelopPod/Resources/*.png", |
| "vendored_frameworks": "*.framework", |
| "frameworks": [ |
| "VideoToolbox", |
| "UIKit" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "PureLayout": [ |
| "~> 2.0" |
| ] |
| } |
| } |