[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 7 / 1 / 3 / RITLPhotos / 2.3.2 / RITLPhotos.podspec.json
blobbe93f89888d59e8942d85bb65ff974c946a96c50
2   "name": "RITLPhotos",
3   "version": "2.3.2",
4   "summary": "PhotosPicker",
5   "description": "一个基于Photos.framework的图片多选,模仿微信,还有很多不足,正在改进和优化.",
6   "homepage": "https://github.com/RITL/RITLImagePickerDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YueXiaoWen": "yuexiaowen108@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/RITL/RITLImagePickerDemo.git",
19     "tag": "2.3.2"
20   },
21   "source_files": "RITLPhotos/RITLPhotos.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Photos",
26     "PhotosUI"
27   ],
28   "requires_arc": true,
29   "resources": "RITLPhotos/Resource/RITLPhotos.bundle",
30   "dependencies": {
31     "RITLKit": [
33     ],
34     "Masonry": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "RITLConfig",
41       "source_files": "RITLPhotos/RITLConfig/*.{h,m}"
42     },
43     {
44       "name": "Protocol",
45       "source_files": "RITLPhotos/Protocol/*.{h,m}"
46     },
47     {
48       "name": "RITLPhotosCategory",
49       "source_files": "RITLPhotos/RITLPhotosCategory/*.{h,m}"
50     },
51     {
52       "name": "RITLViews",
53       "source_files": "RITLPhotos/RITLViews/*.{h,m}",
54       "dependencies": {
55         "RITLPhotos/RITLPhotosCategory": [
57         ]
58       }
59     },
60     {
61       "name": "RITLData",
62       "source_files": "RITLPhotos/RITLData/*.{h,m}",
63       "dependencies": {
64         "RITLPhotos/RITLPhotosCategory": [
66         ],
67         "RITLPhotos/Protocol": [
69         ]
70       }
71     },
72     {
73       "name": "RITLPhotoStore",
74       "source_files": "RITLPhotos/RITLPhotoStore/*.{h,m}",
75       "dependencies": {
76         "RITLPhotos/RITLPhotosCategory": [
78         ]
79       }
80     },
81     {
82       "name": "RITLGroupModule",
83       "source_files": "RITLPhotos/RITLGroupModule/*.{h,m}",
84       "dependencies": {
85         "RITLPhotos/RITLPhotosCategory": [
87         ],
88         "RITLPhotos/RITLCollectionModule": [
90         ],
91         "RITLPhotos/RITLPhotoStore": [
93         ]
94       }
95     },
96     {
97       "name": "RITLCollectionModule",
98       "source_files": "RITLPhotos/RITLCollectionModule/*.{h,m}",
99       "dependencies": {
100         "RITLPhotos/RITLPhotosCategory": [
102         ],
103         "RITLPhotos/RITLHoriScrollModule": [
105         ],
106         "RITLPhotos/RITLConfig": [
108         ],
109         "RITLPhotos/RITLData": [
111         ],
112         "RITLPhotos/RITLViews": [
114         ],
115         "RITLPhotos/RITLPhotoStore": [
117         ]
118       }
119     },
120     {
121       "name": "RITLPhotosController",
122       "source_files": "RITLPhotos/RITLPhotosController/*.{h,m}",
123       "dependencies": {
124         "RITLPhotos/RITLConfig": [
126         ],
127         "RITLPhotos/Protocol": [
129         ],
130         "RITLPhotos/RITLData": [
132         ],
133         "RITLPhotos/RITLGroupModule": [
135         ],
136         "RITLPhotos/RITLCollectionModule": [
138         ]
139       }
140     },
141     {
142       "name": "RITLHoriScrollModule",
143       "source_files": "RITLPhotos/RITLHoriScrollModule/*.{h,m}",
144       "dependencies": {
145         "RITLPhotos/RITLPhotosCategory": [
147         ],
148         "RITLPhotos/RITLConfig": [
150         ],
151         "RITLPhotos/RITLData": [
153         ],
154         "RITLPhotos/RITLViews": [
156         ]
157       }
158     }
159   ]