blob: d5005b6c7dee05a1db1b5270bc7d787ddac696ce [file] [log] [blame]
{
"name": "NSNumber+NSTimeInterval",
"version": "0.1",
"authors": {
"Alexey Aleshkov": "djmadcat@gmail.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/djmadcat/NSNumber-NSTimeInterval",
"summary": "NSNumber+NSTimeInterval is a category to convert between values of types NSTimeInterval and NSNumber.",
"source": {
"git": "https://github.com/djmadcat/NSNumber-NSTimeInterval.git",
"tag": "0.1"
},
"requires_arc": true,
"source_files": "NSNumber+NSTimeInterval/*.{h,m}",
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}