blob: 853e06be8a15011509a6bb7f3ca21e65044b4819 [file] [log] [blame]
{
"name": "AnyDate",
"version": "1.0.5",
"summary": "Swifty Date & Time API inspired from Java 8 DateTime API.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/kawoou/AnyDate",
"authors": {
"Jungwon An": "kawoou@kawoou.kr"
},
"social_media_url": "http://fb.com/kawoou",
"source": {
"git": "https://github.com/Kawoou/AnyDate.git",
"tag": "v1.0.5"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"module_name": "AnyDate",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"pushed_with_swift_version": "4.1"
}