blob: 4f3583d4fbb39b1747b53fb5681da98318911299 [file] [log] [blame]
{
"name": "JBPerformanceLogger",
"version": "1.0.0",
"summary": "Performance logger suitable for measuring number of frames per second in iOS applications.",
"homepage": "https://github.com/josipbernat/JBPerformanceLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josip Bernat": "josip.bernat@gmail.com"
},
"social_media_url": "http://twitter.com/josipbernat",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/josipbernat/JBPerformanceLogger.git",
"tag": "v1.0.0"
},
"source_files": "JBPerformanceLogger/JBPerformanceLogger/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PureLayout": [
]
}
}