blob: a8bddc8078ce5ba69b2161b465bea2d8e2198123 [file] [log] [blame]
{
"name": "DDLTimeProfiler",
"version": "1.0.1",
"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.1"
},
"social_media_url": "http://twitter.com/deadlineru",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"test": [
"Pod/Assets/*.png"
]
}
}