[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / 0 / GFPhotoBrowser / 0.3.1 / GFPhotoBrowser.podspec.json
blobab00b0db52681eebc0a92231d9fc70344b0342c0
2   "name": "GFPhotoBrowser",
3   "version": "0.3.1",
4   "summary": "iOS Photos 框架的简单封装",
5   "module_name": "GFPhotoBrowser",
6   "description": "一个查询数据的Data source\n若干相关界面",
7   "homepage": "https://github.com/guofengld/GFPhotoBrowser",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "guofengld": "guofengld@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/guofengld/GFPhotoBrowser.git",
17     "tag": "0.3.1"
18   },
19   "platforms": {
20     "ios": "8.1"
21   },
22   "requires_arc": true,
23   "source_files": "GFPhotoBrowser/Classes/GFPhotoBrowser.h",
24   "resource_bundles": {
25     "Resources": [
26       "GFPhotoBrowser/Assets/*.png",
27       "GFPhotoBrowser/Assets/*.lproj"
28     ]
29   },
30   "public_header_files": "GFPhotoBrowser/Classes/GFPhotoBrowser.h",
31   "dependencies": {
32     "MBProgressHUD": [
34     ],
35     "Masonry": [
37     ],
38     "GFCocoaTools": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Models",
45       "source_files": [
46         "GFPhotoBrowser/Classes/GFPhotosDataSource.{h,m}",
47         "GFPhotoBrowser/Classes/NSBundle+GFPhotoBrowser.{h,m}"
48       ]
49     },
50     {
51       "name": "Cells",
52       "dependencies": {
53         "GFPhotoBrowser/Models": [
55         ]
56       },
57       "source_files": [
58         "GFPhotoBrowser/Classes/GFPhotoCell.{h,m}",
59         "GFPhotoBrowser/Classes/GFAlbumCell.{h,m}"
60       ]
61     },
62     {
63       "name": "Controllers",
64       "dependencies": {
65         "GFPhotoBrowser/Cells": [
67         ]
68       },
69       "source_files": [
70         "GFPhotoBrowser/Classes/GFAlbumViewController.{h,m}",
71         "GFPhotoBrowser/Classes/GFPhotoBrowserNavigationController.{h,m}",
72         "GFPhotoBrowser/Classes/GFPhotoBrowserViewController.{h,m}",
73         "GFPhotoBrowser/Classes/GFPhotoCropViewController.{h,m}"
74       ]
75     }
76   ]