blob: fc5841ad5ddbb9893f9564998946c28bbd516551 [file] [log] [blame]
{
"name": "GHKit",
"version": "2.0.0",
"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.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": [
"GHKit",
"GHKit/iOS"
]
},
"osx": {
"source_files": "GHKit"
},
"requires_arc": true
}