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