blob: f50ad547258191d28ccdb3c6c256c2fc085b93dc [file] [log] [blame]
{
"name": "NSDate-Escort",
"version": "2.1.1",
"summary": "A NSDate utility library that is compatible with NSDate-Extensions API.",
"homepage": "https://github.com/azu/NSDate-Escort",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "azuciao@gmail.com"
},
"source": {
"git": "https://github.com/azu/NSDate-Escort.git",
"tag": "2.1.1"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "11.4",
"osx": "10.14"
},
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "ObjC",
"source_files": "NSDate-Escort/**/*.{h,m}"
},
{
"name": "Swift",
"source_files": "NSDate-Escort/**/*.{swift}"
}
]
}