blob: b266f5025416a227bd014c78d328ca5d0ee64717 [file] [log] [blame]
{
"name": "NSNumber+CGFloat",
"version": "0.1",
"authors": {
"Alexey Aleshkov": "djmadcat@gmail.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/djmadcat/NSNumber-CGFloat",
"summary": "NSNumber+CGFloat is an category to get CGFloat value from NSNumber object and create NSNumber object with CGFloat value.",
"source": {
"git": "https://github.com/djmadcat/NSNumber-CGFloat.git",
"tag": "0.1"
},
"requires_arc": true,
"source_files": "NSNumber+CGFloat/*.{h,m}",
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}