blob: 99aeb9d22ed437d2b057463f51c834162484aa60 [file] [log] [blame]
{
"name": "FPLog",
"version": "0.1",
"summary": "FPLog is a simple logger that help you trace the value of CGRect.",
"description": "FPLog is a simple logger that help you trace the value of CGRect, CGSize and CGPoint. This reduces your pain when you want to inspect uiview's frame.",
"homepage": "https://github.com/FingertiP/FPLog",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Warut Surapat": "s.warut@gmail.com"
},
"source": {
"git": "https://github.com/FingertiP/FPLog.git",
"tag": "0.1"
},
"source_files": "FPLog",
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}