blob: 87e0570e39e252b2c4f2824031bea4e1601cf8d0 [file] [log] [blame]
{
"name": "AnyDate",
"version": "1.0.3",
"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.3"
},
"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": "3.1.1"
}