[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / e / 2 / 5 / IJSPhotoSDK / 1.0.0 / IJSPhotoSDK.podspec.json
blobbf020ef974c4fc04cb7900024037ee912e8e6ada
2   "name": "IJSPhotoSDK",
3   "version": "1.0.0",
4   "summary": "基于PhotoKit实现多图选择",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "wangjinshan": "1096452045@qq.com"
11   },
12   "homepage": "https://github.com/wangjinshan/IJSPhotoSDK",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "description": "IJSPhotoSDK from PhotoKit ,you can select more image",
18   "source": {
19     "git": "https://github.com/wangjinshan/IJSPhotoSDK.git",
20     "tag": "1.0.0",
21     "submodules": true
22   },
23   "frameworks": [
24     "UIKit",
25     "Photos"
26   ],
27   "dependencies": {
28     "IJSFoundation": [
30     ],
31     "IJSUExtension": [
33     ]
34   },
35   "resources": "SDK/Resources/JSPhotoSDK.bundle",
36   "subspecs": [
37     {
38       "name": "IJSVideoDrawTool",
39       "source_files": "SDK/IJSPhotoSDK/IJSVideoDrawTool/*.{h,m}"
40     },
41     {
42       "name": "IJSMapView",
43       "source_files": "SDK/IJSPhotoSDK/IJSMapView/*.{h,m}"
44     },
45     {
46       "name": "TOCropViewController",
47       "source_files": "SDK/IJSPhotoSDK/TOCropViewController/*.{h,m}"
48     },
49     {
50       "name": "Core",
51       "source_files": [
52         "SDK/IJSPhotoSDK/ConstantFile/*.{h,m}",
53         "SDK/IJSPhotoSDK/Controllers/*.{h,m}",
54         "SDK/IJSPhotoSDK/Model/*.{h,m}",
55         "SDK/IJSPhotoSDK/View/*.{h,m}"
56       ],
57       "dependencies": {
58         "IJSPhotoSDK/IJSVideoDrawTool": [
60         ],
61         "IJSPhotoSDK/TOCropViewController": [
63         ],
64         "IJSPhotoSDK/IJSMapView": [
66         ]
67       }
68     }
69   ]