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