blob: 3ab8026875f960a2e9f284736cb68fe4475fefca [file] [log] [blame]
{
"name": "AZDateBuilder",
"version": "1.0",
"summary": "Simple NSDate builder library.",
"homepage": "https://github.com/azu/AZDateBuilder",
"license": "MIT",
"authors": {
"azu": "info@efcl.info"
},
"platforms": {
"ios": "11.4"
},
"source": {
"git": "https://github.com/azu/AZDateBuilder.git",
"tag": "1.0"
},
"swift_version": "4.1",
"requires_arc": true,
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "ObjC",
"source_files": "Lib/**/*.{h,m}"
},
{
"name": "Swift",
"source_files": "Lib/**/*.{swift}"
}
]
}