blob: 54aafd44d1e41e10b92710879b53e5d5bfcd9e26 [file] [log] [blame]
{
"name": "GNCollections",
"version": "0.0.2",
"summary": "Easy collection (UITableView/UICollectionView) handling",
"description": " Set of classes for handling [Collection/Table]Views and their datasources/delegates.\n",
"homepage": "https://github.com/jakubknejzlik/GNCollections",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNCollections.git",
"tag": "0.0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "GNCollections/Core/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "AssetsDataSource",
"dependencies": {
"GNCollections/Core": [
]
},
"frameworks": [
"MapKit",
"ImageIO"
],
"source_files": "GNCollections/AssetsDataSource/*.{h,m}"
},
{
"name": "FetchedResultsController",
"dependencies": {
"GNCollections/Core": [
]
},
"frameworks": "CoreData",
"source_files": "GNCollections/FetchedResultsController/*.{h,m}"
}
]
}