blob: 9bcbaec20b6f36da2c2f13fe882dcfc85ec959b3 [file] [log] [blame]
{
"name": "TimeOutHandle",
"version": "0.0.3",
"summary": "A timeout handle tool for iOS.",
"homepage": "https://github.com/FlameGrace/TimeOutHandle",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"FlameGrace": "flamegrace@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FlameGrace/TimeOutHandle.git",
"tag": "0.0.3"
},
"source_files": [
"TimeOutHandle",
"TimeOutHandle/**/*.{h,m}"
],
"public_header_files": "TimeOutHandle/**/*.h",
"dependencies": {
"DispatchTimer": [
]
}
}