blob: b910f84c0ad00353371a15dacf98842ca5abeb02 [file] [log] [blame]
{
"name": "NSDate-HYPString",
"summary": "Categories to convert NSDates to NSStrings",
"version": "0.1",
"homepage": "https://github.com/hyperoslo/NSDate-HYPString",
"license": "MIT",
"authors": {
"Hyper AS": "teknologi@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/NSDate-HYPString.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "Foundation",
"dependencies": {
"NSDate-HYPConvenience": [
"~> 0.1"
]
}
}