| { |
| "name": "IGYouTubeExtractor", |
| "version": "0.4.0", |
| "summary": "IGYouTubeExtractor provides an easy way to obtain MP4 URLs and metadata for your iOS apps by providing a YouTube video identifier.", |
| "homepage": "https://github.com/siuying/IGYouTubeExtractor", |
| "authors": { |
| "Francis Chong": "francis@ignition.hk", |
| "Rune Madsen": "runemadsen@mac.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/siuying/IGYouTubeExtractor.git", |
| "tag": "0.4.0" |
| }, |
| "platforms": { |
| "osx": "10.9" |
| }, |
| "source_files": "IGYouTubeExtractor", |
| "frameworks": "AVFoundation", |
| "requires_arc": true |
| } |