blob: ab94cda8a2bcbb75f158f8267da2e7017d652223 [file] [log] [blame]
{
"name": "NSString-HYPDate",
"version": "0.1",
"summary": "Output dates or date strings (ISO8601 format) in default string format using only a single line of code.",
"homepage": "https://github.com/hyperoslo/NSString-HYPDate",
"license": "MIT",
"authors": {
"Hyper AS": "teknologi@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/NSString-HYPDate.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"ISO8601DateFormatter": [
"~> 0.7"
]
}
}