[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 7 / 1 / 3 / RITLPhotos / 2.1.3 / RITLPhotos.podspec.json
blobd1a7e8dd8165c65a3533bb6217a1af6ab36c06bd
2   "name": "RITLPhotos",
3   "version": "2.1.3",
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.1.3"
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     },
55     {
56       "name": "RITLData",
57       "source_files": "RITLPhotos/RITLData/*.{h,m}",
58       "dependencies": {
59         "RITLPhotos/RITLPhotosCategory": [
61         ],
62         "RITLPhotos/Protocol": [
64         ]
65       }
66     },
67     {
68       "name": "RITLPhotoStore",
69       "source_files": "RITLPhotos/RITLPhotoStore/*.{h,m}",
70       "dependencies": {
71         "RITLPhotos/RITLPhotosCategory": [
73         ]
74       }
75     },
76     {
77       "name": "RITLGroupModule",
78       "source_files": "RITLPhotos/RITLGroupModule/*.{h,m}",
79       "dependencies": {
80         "RITLPhotos/RITLPhotosCategory": [
82         ],
83         "RITLPhotos/RITLCollectionModule": [
85         ],
86         "RITLPhotos/RITLPhotoStore": [
88         ]
89       }
90     },
91     {
92       "name": "RITLCollectionModule",
93       "source_files": "RITLPhotos/RITLCollectionModule/*.{h,m}",
94       "dependencies": {
95         "RITLPhotos/RITLPhotosCategory": [
97         ],
98         "RITLPhotos/RITLHoriScrollModule": [
100         ],
101         "RITLPhotos/RITLConfig": [
103         ],
104         "RITLPhotos/RITLData": [
106         ],
107         "RITLPhotos/RITLViews": [
109         ],
110         "RITLPhotos/RITLPhotoStore": [
112         ]
113       }
114     },
115     {
116       "name": "RITLPhotosController",
117       "source_files": "RITLPhotos/RITLPhotosController/*.{h,m}",
118       "dependencies": {
119         "RITLPhotos/RITLConfig": [
121         ],
122         "RITLPhotos/Protocol": [
124         ],
125         "RITLPhotos/RITLData": [
127         ],
128         "RITLPhotos/RITLGroupModule": [
130         ],
131         "RITLPhotos/RITLCollectionModule": [
133         ]
134       }
135     },
136     {
137       "name": "RITLHoriScrollModule",
138       "source_files": "RITLPhotos/RITLHoriScrollModule/*.{h,m}",
139       "dependencies": {
140         "RITLPhotos/RITLPhotosCategory": [
142         ],
143         "RITLPhotos/RITLConfig": [
145         ],
146         "RITLPhotos/RITLData": [
148         ],
149         "RITLPhotos/RITLViews": [
151         ]
152       }
153     }
154   ]