blob: 7464e212531e73e247be0a87e455cf71e8b3c2b2 [file] [log] [blame]
{
"name": "gtm-logger",
"version": "0.0.4",
"platforms": {
"ios": "5.0"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/google/google-toolbox-for-mac",
"authors": {
"Vilém Kurz": "vilem.kurz@cocoaminers.com"
},
"summary": "Google Toolbox for Mac - GTM Logger",
"source": {
"git": "https://github.com/google/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,
"pod_target_xcconfig": {
"ENABLE_STRICT_OBJC_MSGSEND": "NO"
}
}