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