blob: 8148dfdadf3dd1ea301fb338220c5ecc79520561 [file] [log] [blame]
{
"name": "RDHCollectionViewGridLayout",
"version": "0.0.1",
"license": "MIT",
"summary": "Grid layout for UICollectionView.",
"homepage": "https://github.com/rhodgkins/RDHCollectionViewGridLayout",
"authors": "Rich Hodgkins",
"source": {
"git": "https://github.com/rhodgkins/RDHCollectionViewGridLayout.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "6.0"
},
"source_files": "RDHCollectionViewGridLayout/"
},
{
"name": "PST",
"platforms": {
"ios": "5.1"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "RDH_USING_PSTCOLLECTIONVIEW"
},
"dependencies": {
"RDHCollectionViewGridLayout/Core": [
],
"PSTCollectionView": [
]
}
}
]
}