[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / c / EJPhotoSelect / 1.0.1 / EJPhotoSelect.podspec.json
blob3a5bcd712ce39dc7fd2cd2817bed66e55a803a8c
2   "name": "EJPhotoSelect",
3   "version": "1.0.1",
4   "summary": "本地照片选择器",
5   "homepage": "https://github.com/Lius1104/EJPhotoSelect",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lius": "849763605@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Lius1104/EJPhotoSelect.git",
18     "tag": "1.0.1"
19   },
20   "source_files": [
21     "EJPhotoSelect",
22     "EJPhotoSelect/**/*.{h,m}",
23     "EJPhotoSelect/**/**/*.{h,m}"
24   ],
25   "public_header_files": [
26     "EJPhotoSelect/EJPhotoSelectDefine.h",
27     "EJPhotoSelect/**/*.h",
28     "EJPhotoSelect/**/**/*.h"
29   ],
30   "resources": "EJPhotoSelect/Resources/*.xib",
31   "frameworks": [
32     "UIKit",
33     "Foundation",
34     "AssetsLibrary",
35     "MediaPlayer",
36     "CoreMotion",
37     "AVFoundation",
38     "Photos",
39     "PhotosUI"
40   ],
41   "requires_arc": true,
42   "dependencies": {
43     "EJTools": [
45     ],
46     "SDWebImage": [
48     ],
49     "DACircularProgress": [
51     ],
52     "MBProgressHUD": [
54     ],
55     "YYKit": [
57     ],
58     "JPImageresizerView": [
60     ],
61     "FDFullscreenPopGesture": [
63     ],
64     "Masonry": [
66     ],
67     "LSToolsKit": [
69     ]
70   }