blob: ec6667ce538a498312e03ae69daa9bbedb2cfe43 [file] [log] [blame]
{
"name": "GHKit",
"version": "1.0.19",
"summary": "Objective-C categories and utilities",
"homepage": "https://github.com/gabriel/gh-kit",
"license": "MIT",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/gh-kit.git",
"tag": "1.0.19"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": [
"Classes",
"Classes/iOS"
]
},
"osx": {
"source_files": "Classes"
},
"requires_arc": true
}