blob: bf020ef974c4fc04cb7900024037ee912e8e6ada [file] [log] [blame]
{
"name": "IJSPhotoSDK",
"version": "1.0.0",
"summary": "基于PhotoKit实现多图选择",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjinshan": "1096452045@qq.com"
},
"homepage": "https://github.com/wangjinshan/IJSPhotoSDK",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"description": "IJSPhotoSDK from PhotoKit ,you can select more image",
"source": {
"git": "https://github.com/wangjinshan/IJSPhotoSDK.git",
"tag": "1.0.0",
"submodules": true
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"IJSFoundation": [
],
"IJSUExtension": [
]
},
"resources": "SDK/Resources/JSPhotoSDK.bundle",
"subspecs": [
{
"name": "IJSVideoDrawTool",
"source_files": "SDK/IJSPhotoSDK/IJSVideoDrawTool/*.{h,m}"
},
{
"name": "IJSMapView",
"source_files": "SDK/IJSPhotoSDK/IJSMapView/*.{h,m}"
},
{
"name": "TOCropViewController",
"source_files": "SDK/IJSPhotoSDK/TOCropViewController/*.{h,m}"
},
{
"name": "Core",
"source_files": [
"SDK/IJSPhotoSDK/ConstantFile/*.{h,m}",
"SDK/IJSPhotoSDK/Controllers/*.{h,m}",
"SDK/IJSPhotoSDK/Model/*.{h,m}",
"SDK/IJSPhotoSDK/View/*.{h,m}"
],
"dependencies": {
"IJSPhotoSDK/IJSVideoDrawTool": [
],
"IJSPhotoSDK/TOCropViewController": [
],
"IJSPhotoSDK/IJSMapView": [
]
}
}
]
}