blob: 24c08c2348f4893af6d7f50490230a8917b7cfac [file] [log] [blame]
{
"name": "DDLTimeProfiler",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple time profiling library in Objective-C based on MTU (Mach Time Units)",
"homepage": "https://github.com/DeadlineRU/DDLTimeProfiler",
"social_media_url": "http://twitter.com/deadlineru",
"authors": {
"Georgiy Malyukov": "gioma.github@gmail.com"
},
"source": {
"git": "https://github.com/DeadlineRU/DDLTimeProfiler.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Sources/*.{h,m}",
"requires_arc": true
}