| { |
| "name": "HRCMP_BAS_Media", |
| "version": "0.1.0", |
| "summary": "HRCMP_BAS_Media", |
| "description": "Risenb iOS Development Components of HRCMP_BAS_Media", |
| "homepage": "https://git.oschina.net", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "穆英波": "obgniyum@icloud.com" |
| }, |
| "source": { |
| "git": "https://git.oschina.net/hongruisibo_iOS/HRCMP_BAS_Media.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HRCMP_BAS_Media/Classes/*.h", |
| "subspecs": [ |
| { |
| "name": "HR_Image", |
| "source_files": "HRCMP_BAS_Media/Classes/image/*.{h,m}", |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "HR_Audio", |
| "source_files": "HRCMP_BAS_Media/Classes/audio/*.{h,m}" |
| }, |
| { |
| "name": "HR_Video", |
| "source_files": "HRCMP_BAS_Media/Classes/video/*.{h,m}" |
| }, |
| { |
| "name": "HR_Voice", |
| "source_files": "HRCMP_BAS_Media/Classes/voice/*.{h,m}" |
| } |
| ] |
| } |