blob: c9b77668310c95befab8504655ad427cc0011538 [file] [log] [blame]
{
"name": "DDLTimeProfiler",
"version": "1.0.2",
"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": "gioma.data@gmail.com"
},
"source": {
"git": "https://github.com/DeadlineRU/DDLTimeProfiler.git",
"tag": "1.0.2"
},
"social_media_url": "http://twitter.com/deadlineru",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"test": [
"Pod/Assets/*.png"
]
}
}