{ | |
"name": "GSGrid", | |
"version": "0.0.2", | |
"summary": "Basic CGRect grid layout helpers.", | |
"homepage": "https://github.com/dclelland/GSGrid", | |
"license": { | |
"type": "MIT" | |
}, | |
"authors": { | |
"Daniel Clelland": "daniel.clelland@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/dclelland/GSGrid.git", | |
"tag": "0.0.2" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"ios": { | |
"source_files": "GSGrid/*.{h,m}" | |
}, | |
"requires_arc": true, | |
"deprecated": true | |
} |