blob: 948857aa4e8e392b72f76ebe458c18cf54bb5920 [file] [log] [blame]
{
"name": "GFPhotoBrowser",
"version": "0.1.5",
"summary": "iOS Photos框架的简单封装",
"description": "一个查询数据的Data source\n若干相关界面",
"homepage": "https://github.com/guofengld/GFPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guofengld": "guofengld@gmail.com"
},
"source": {
"git": "https://github.com/guofengld/GFPhotoBrowser.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GFPhotoBrowser/GFPhotoBrowser.h",
"public_header_files": "GFPhotoBrowser/GFPhotoBrowser.h",
"subspecs": [
{
"name": "Models",
"source_files": "GFPhotoBrowser/GFPhotosDataSource.{h,m}"
},
{
"name": "Cells",
"dependencies": {
"GFPhotoBrowser/Models": [
]
},
"source_files": [
"GFPhotoBrowser/GFPhotoCell.{h,m}",
"GFPhotoBrowser/GFAlbumCell.{h,m}"
]
},
{
"name": "Controllers",
"dependencies": {
"GFPhotoBrowser/Cells": [
]
},
"source_files": [
"GFPhotoBrowser/GFAlbumViewController.{h,m}",
"GFPhotoBrowser/GFPhotoBrowserNavigationController.{h,m}",
"GFPhotoBrowser/GFPhotoBrowserViewController.{h,m}"
]
}
]
}