blob: cee4038bf1e2d9657090f6f54c9a0e9980dd06e3 [file] [log] [blame]
{
"name": "Freezer",
"version": "1.0.0",
"summary": "Let your Swift tests travel through time",
"description": "Freezer is a library that allows your swift tests to travel through time by mocking NSDate class",
"homepage": "https://github.com/Pr0Ger/Freezer",
"license": "MIT",
"authors": {
"Sergey Petrov": "me@pr0ger.org"
},
"social_media_url": "http://twitter.com/Pr0Ger",
"source": {
"git": "https://github.com/Pr0Ger/Freezer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "freezer.swift"
}