blob: cc0889bfb4b95121571d7c9d02c8fa4c92d55be9 [file] [log] [blame]
{
"name": "DDLTimeProfiler",
"version": "1.0.4",
"summary": "Simple time profiling library in Objective-C based on MTU (Mach Time Units)",
"homepage": "https://github.com/DeadlineRU/DDLTimeProfiler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georgiy Malyukov": ""
},
"source": {
"git": "https://github.com/DeadlineRU/DDLTimeProfiler.git",
"tag": "1.0.4"
},
"social_media_url": "http://twitter.com/deadlineru",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"test": [
"Pod/Assets/*.png"
]
}
}