blob: e0145a88871398e0f3cb95f2ecb6ad3cd6469bc6 [file] [log] [blame]
{
"name": "ATLog",
"version": "0.0.2",
"summary": "Log common structures without boring conversions. ATLog(@\"%@\",CGPointMake(1,1)); // No need for NSStringFromCGPoint.",
"homepage": "https://github.com/rabovik/ATLog",
"license": "MIT",
"authors": {
"Yan Rabovik": "yan@rabovik.ru"
},
"source": {
"git": "https://github.com/rabovik/ATLog.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ATLog",
"ATLog/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}