| { |
| "name": "ZhikeVideo", |
| "version": "1.0.3", |
| "summary": "video for iOS develop", |
| "homepage": "https://github.com/smartliuliu/ZhikeAVVideo", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "liu": "1172436954@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/smartliuliu/ZhikeAVVideo.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": [ |
| "ZhikeVideo/**/*.{h,m}", |
| "Pods/**/*.{h,m}" |
| ], |
| "resource_bundles": { |
| "ZhikeVideo": [ |
| "ZhikeVideo/Resources/*.png" |
| ] |
| }, |
| "public_header_files": "ZhikeVideo/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |