blob: 79848198bdf3bd3a25ce31d385d91ab77f6c0f81 [file] [log] [blame]
{
"name": "Gatling",
"version": "0.1.0",
"summary": "Gatling is an timer library written in Swift.",
"description": "Gatling lets you create multiple timers, multi-threaded. Every timers has its own interval, working queue, and other configurations.",
"homepage": "https://github.com/LouisZhu/Gatling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Louis Zhu": "zhuxiaofan@gmail.com"
},
"source": {
"git": "https://github.com/LouisZhu/Gatling.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Gatling/Classes/**/*"
}