blob: 12a72973ad3126c8d2e42be27a0d308b9cf125f6 [file] [log] [blame]
{
"name": "gtm-logger",
"version": "0.0.2",
"platforms": {
"ios": "5.0"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING"
},
"homepage": "http://code.google.com/p/google-toolbox-for-mac/",
"authors": {
"Vilém Kurz": "vilem.kurz@cocoaminers.com"
},
"summary": "Google Toolbox for Mac - GTM Logger",
"source": {
"git": "https://github.com/adinardi/google-toolbox-for-mac.git",
"tag": "master"
},
"source_files": [
"Foundation/GTMLogger.{h,m}",
"GTMDefines.h",
"DebugUtils/GTMMethodCheck.{h,m}",
"Foundation/GTMNSString+URLArguments.{h,m}",
"Foundation/GTMNSDictionary+URLArguments.{h,m}",
"Foundation/GTMGarbageCollection.{h,m}",
"Foundation/GTMObjC2Runtime.{h,m}"
],
"requires_arc": false
}