| { |
| "name": "IJSEditSDK", |
| "version": "0.1.0", |
| "summary": "图片视频编辑框架", |
| "license": "MIT", |
| "authors": { |
| "wangjinshan": "1096452045@qq.com" |
| }, |
| "homepage": "https://github.com/wangjinshan/IJSEditSDK", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "description": "You can edit pictures and videos", |
| "source": { |
| "git": "https://github.com/wangjinshan/IJSEditSDK.git", |
| "tag": "0.1.0", |
| "submodules": true |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Photos", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "IJSFoundation": [ |
| |
| ], |
| "IJSUExtension": [ |
| |
| ] |
| }, |
| "resources": "SDK/Resources/JSPhotoSDK.bundle", |
| "subspecs": [ |
| { |
| "name": "IJSVideoDrawTool", |
| "source_files": "SDK/IJSUIBase/IJSVideoDrawTool/*.{h,m}" |
| }, |
| { |
| "name": "IJSMapView", |
| "source_files": "SDK/IJSUIBase/IJSMapView/*.{h,m}" |
| }, |
| { |
| "name": "TOCropViewController", |
| "source_files": "SDK/IJSUIBase/TOCropViewController/*.{h,m}" |
| }, |
| { |
| "name": "Core", |
| "source_files": [ |
| "SDK/Core/ConstantFile/*.{h,m}", |
| "SDK/Core/Controller/*.{h,m}", |
| "SDK/Core/Model/*.{h,m}", |
| "SDK/Core/View/*.{h,m}" |
| ], |
| "dependencies": { |
| "IJSEditSDK/IJSVideoDrawTool": [ |
| |
| ], |
| "IJSEditSDK/TOCropViewController": [ |
| |
| ], |
| "IJSEditSDK/IJSMapView": [ |
| |
| ] |
| } |
| } |
| ] |
| } |