[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / 0 / GFPhotoBrowser / 0.1.5 / GFPhotoBrowser.podspec.json
blob948857aa4e8e392b72f76ebe458c18cf54bb5920
2   "name": "GFPhotoBrowser",
3   "version": "0.1.5",
4   "summary": "iOS Photos框架的简单封装",
5   "description": "一个查询数据的Data source\n若干相关界面",
6   "homepage": "https://github.com/guofengld/GFPhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "guofengld": "guofengld@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/guofengld/GFPhotoBrowser.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GFPhotoBrowser/GFPhotoBrowser.h",
22   "public_header_files": "GFPhotoBrowser/GFPhotoBrowser.h",
23   "subspecs": [
24     {
25       "name": "Models",
26       "source_files": "GFPhotoBrowser/GFPhotosDataSource.{h,m}"
27     },
28     {
29       "name": "Cells",
30       "dependencies": {
31         "GFPhotoBrowser/Models": [
33         ]
34       },
35       "source_files": [
36         "GFPhotoBrowser/GFPhotoCell.{h,m}",
37         "GFPhotoBrowser/GFAlbumCell.{h,m}"
38       ]
39     },
40     {
41       "name": "Controllers",
42       "dependencies": {
43         "GFPhotoBrowser/Cells": [
45         ]
46       },
47       "source_files": [
48         "GFPhotoBrowser/GFAlbumViewController.{h,m}",
49         "GFPhotoBrowser/GFPhotoBrowserNavigationController.{h,m}",
50         "GFPhotoBrowser/GFPhotoBrowserViewController.{h,m}"
51       ]
52     }
53   ]