blob: 3545a7843d50555cc8a94c54e6a197e954e7b468 [file] [log] [blame]
{
"name": "AnyDate",
"version": "1.0.4",
"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.4"
},
"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"
}