blob: c397d0e198325a190bd972910757bc4a3fa85638 [file] [log] [blame]
{
"name": "XTSafeTimer",
"version": "1.0.1",
"summary": "XTSafeTimer is a safe timer for iOS.",
"homepage": "https://github.com/xionggithub",
"license": "zlib",
"authors": {
"xianti.xiong": "xianti.xiong@ushow.media"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xionggithub/XTSafeTimer.git",
"tag": "1.0.1"
},
"source_files": [
"XTSafeTimer",
"XTSafeTimer/**/*.{h,m}"
],
"public_header_files": "XTSafeTimer/**/*.h",
"frameworks": [
"Foundation",
"XCTest"
]
}